📄 includes.h
字号:
/****************************************************************************
* This include file lists the GPS Builder-2 include files necssary for
* compilation. The ordering of the files is important and should be preserved.
****************************************************************************/
#include "defines.h"
/****************************************************************************
* This include file contains definitions of various constants and macros used
* throughout the GPS Builder-2 software.
****************************************************************************/
#include "corraddr.h"
/***************************************************************************
* Plessey GP2021-3 GPS Correlator register addresses (displacement from
* the device's base address). 17/02/95.
***************************************************************************/
#include "structs.h"
/****************************************************************************
* This include file contains definitions of the main structures used in the
* GPS Builder-2 software.
****************************************************************************/
#include "protos.h"
/****************************************************************************
* This include file contains prototypes for the funtions used in the
* Builder-2 software. They are grouped according to the 'C' source file
* which contains the function.
****************************************************************************/
#include "externs.h"
/****************************************************************************
* This include file contains declarations of global variables used
* throughout the GPS Builder-2 software.
****************************************************************************/
#include "serial.h"
/****************************************************************************
* This include file contains definitions of various constants and macros used
* by the serial communications routines in GPS Builder-2.
****************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -