SELKIELogger
1.0.0
|
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "SELKIELoggerBase.h"
#include "SELKIELoggerGPS.h"
Go to the source code of this file.
Classes | |
struct | gps_params |
GPS Device specific parameters. More... | |
Functions | |
void * | gps_setup (void *ptargs) |
GPS Setup. More... | |
void * | gps_logging (void *ptargs) |
GPS logging (with pthread function signature) More... | |
void * | gps_shutdown (void *ptargs) |
GPS Shutdown. More... | |
void * | gps_channels (void *ptargs) |
GPS Channel map. More... | |
device_callbacks | gps_getCallbacks (void) |
Fill out device callback functions for logging. More... | |
gps_params | gps_getParams (void) |
Fill out default GPS parameters. More... | |
bool | gps_parseConfig (log_thread_args_t *lta, config_section *s) |
Parse configuration section. More... | |