SELKIELogger
1.0.0
|
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "SELKIELoggerBase.h"
#include "SELKIELoggerMP.h"
Go to the source code of this file.
Classes | |
struct | timer_params |
Timer specific parameters. More... | |
Functions | |
void * | timer_setup (void *ptargs) |
Check parameters, but no other setup required. More... | |
void * | timer_logging (void *ptargs) |
Generate timer message at requested frequency. More... | |
void * | timer_shutdown (void *ptargs) |
No shutdown required - does nothing. More... | |
void * | timer_channels (void *ptargs) |
Generate channel map and push to logging queue. More... | |
device_callbacks | timer_getCallbacks (void) |
Fill out device callback functions for logging. More... | |
timer_params | timer_getParams (void) |
Fill out default timer parameters. More... | |
bool | timer_parseConfig (log_thread_args_t *lta, config_section *s) |
Take a configuration section and parse parameters. More... | |