includes.h

来自「GPS导航定位程序」· C头文件 代码 · 共 42 行

H
42
字号
/****************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?