| 
    SELKIELogger
    1.0.0
    
   | 
 
#include <errno.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "SELKIELoggerBase.h"

Go to the source code of this file.
Classes | |
| struct | rx_params | 
| Serial device specific parameters.  More... | |
Functions | |
| void * | rx_setup (void *ptargs) | 
| Generic serial connection setup.  More... | |
| void * | rx_logging (void *ptargs) | 
| Serial source main logging loop.  More... | |
| void * | rx_shutdown (void *ptargs) | 
| Serial source shutdown.  More... | |
| void * | rx_channels (void *ptargs) | 
| Serial source channel map.  More... | |
| device_callbacks | rx_getCallbacks (void) | 
| Fill out device callback functions for logging.  More... | |
| rx_params | rx_getParams (void) | 
| Fill out default MP source parameters.  More... | |
| bool | rx_parseConfig (log_thread_args_t *lta, config_section *s) | 
| Take a configuration section and parse parameters.  More... | |