CLEON
Version 1
Cloud-Offloaded GPS Receiver
|
Initializing the system. More...
Go to the source code of this file.
Data Structures | |
union | signature_u |
union | version_u |
struct | cleon_header_s |
union | cleon_header_u |
Macros | |
#define | SIZE_OF_HEADER_IN_BYTE 44 |
#define | SIZE_OF_GPS_SIGANL_IN_BYTE 8184 |
#define | SIZE_OF_SENSOR_DATA_IN_BYTE 8 |
Functions | |
void | SYS_Init (void) |
Initializing CLEON. | |
void | SYS_InitCLEONDataStructure (void) |
Initializing CLEON data structure. | |
Initializing the system.
Definition in file sys_init.h.
#define SIZE_OF_GPS_SIGANL_IN_BYTE 8184 |
Definition at line 11 of file sys_init.h.
#define SIZE_OF_HEADER_IN_BYTE 44 |
Definition at line 10 of file sys_init.h.
#define SIZE_OF_SENSOR_DATA_IN_BYTE 8 |
Definition at line 12 of file sys_init.h.
void SYS_Init | ( | void | ) |
Initializing CLEON.
void |
Definition at line 25 of file sys_init.c.
void SYS_InitCLEONDataStructure | ( | void | ) |
Initializing CLEON data structure.
void |
Definition at line 47 of file sys_init.c.