|
GPS Device
|
Functions | |
| ERR_te | neo6_init_subsys (void) |
| Initializes the NEO-6 subsystem. | |
| ERR_te | neo6_deinit_subsys (void) |
| Deinitializes the NEO-6 subsystem. | |
| ERR_te | neo6_start_subsys (void) |
| Starts the NEO-6 subsystem. | |
| ERR_te | neo6_stop_subsys (void) |
| Stops the NEO-6 subsystem. | |
| ERR_te | neo6_init_handle (NEO6_CFG_ts *neo6_cfg, NEO6_HANDLE_ts **neo6_handle_o) |
| Initializes the NEO-6 hardware handle. | |
| ERR_te | neo6_run (void) |
| Processes received NMEA data. | |
| ERR_te | neo6_get_info (NEO6_INFO_ts **neo6_info_o) |
| Returns a pointer to the internal GPS data structure. | |
| ERR_te neo6_init_subsys | ( | void | ) |
Initializes the NEO-6 subsystem.
Definition at line 205 of file neo6.c.


| ERR_te neo6_deinit_subsys | ( | void | ) |
Deinitializes the NEO-6 subsystem.
Definition at line 246 of file neo6.c.

| ERR_te neo6_start_subsys | ( | void | ) |
Starts the NEO-6 subsystem.
Definition at line 274 of file neo6.c.

| ERR_te neo6_stop_subsys | ( | void | ) |
Stops the NEO-6 subsystem.
Definition at line 298 of file neo6.c.
| ERR_te neo6_init_handle | ( | NEO6_CFG_ts * | neo6_cfg, |
| NEO6_HANDLE_ts ** | neo6_handle_o ) |
Initializes the NEO-6 hardware handle.
Definition at line 322 of file neo6.c.


| ERR_te neo6_run | ( | void | ) |
Processes received NMEA data.
Processes received NMEA data. Must be called periodically.
Definition at line 387 of file neo6.c.


| ERR_te neo6_get_info | ( | NEO6_INFO_ts ** | neo6_info_o | ) |
Returns a pointer to the internal GPS data structure.
Definition at line 430 of file neo6.c.
