CLEON
Version 1
Cloud-Offloaded GPS Receiver
|
GPS related functions. More...
#include "cleon_conf.h"
#include "app_define.h"
#include "sys_define.h"
#include "hal_define.h"
#include "fs_define.h"
Go to the source code of this file.
Functions | |
void | SYS_GPS_Init (void) |
Initializing GPS. | |
void | SYS_GPS_InitDataIO (void) |
Initializing GPS data pins. | |
void | SYS_GPS_InitControlIO (void) |
Initializing GPS control pins. | |
void | SYS_GPS_InitProgramIO (void) |
Initializing GPS control pins. | |
void | SYS_GPS_StartOperation (void) |
Starting GPS operation. | |
void | SYS_GPS_StopOperation (void) |
Starting GPS operation. | |
bool | SYS_GPS_TestGPS (unsigned int uiDelay) |
Test if GPS is initalized properly. | |
Variables | |
cleon_header_u | uniCLEONHeader |
cleon_gps_data_u | uniCLEONGPSData |
cleon_sensor_data_u | uniCLEONSensorData |
bool | bFLAG_DMATransferCompleted |
GPS related functions.
Definition in file sys_gps.c.
void SYS_GPS_Init | ( | void | ) |
Initializing GPS.
void |
Definition at line 29 of file sys_gps.c.
void SYS_GPS_InitControlIO | ( | void | ) |
void SYS_GPS_InitDataIO | ( | void | ) |
void SYS_GPS_InitProgramIO | ( | void | ) |
Initializing GPS control pins.
void |
Definition at line 168 of file sys_gps.c.
void SYS_GPS_StartOperation | ( | void | ) |
void SYS_GPS_StopOperation | ( | void | ) |
bool SYS_GPS_TestGPS | ( | unsigned int | uiDelay | ) |
Test if GPS is initalized properly.
uiDelay | - time for GPS to settle down (in milliseconds) |
Definition at line 228 of file sys_gps.c.
cleon_gps_data_u uniCLEONGPSData |
Definition at line 14 of file sys_init.c.
cleon_header_u uniCLEONHeader |
Definition at line 13 of file sys_init.c.
cleon_sensor_data_u uniCLEONSensorData |
Definition at line 15 of file sys_init.c.