?? gpsrcvr(1).h
字號:
#ifndef GPSRCVR_H
#define GPSRCVR_H
// Function definitions
#ifdef VCPP
void (_interrupt _far *Old_Interrupt)(); // PGB MS
void _interrupt _far GPS_Interrupt(void); // PGB MS
#endif
#ifdef BCPP
void interrupt (*Old_Interrupt)(...); // Old IRQ0 interrupt handler
void interrupt GPS_Interrupt(...); // New IRQ0 interrupt handler
#endif
void Interrupt_Install(void);
void Interrupt_Remove(void);
void read_rcvr_par(void);
void display(void);
void nav_fix(void);
long near_int(double);
void chan_allocate(void);
void cold_allocate(void);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -