SELKIELogger  1.0.0
LoggerNet.h File Reference
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "SELKIELoggerBase.h"
Include dependency graph for LoggerNet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  net_params
 Network device specific parameters. More...
 

Functions

void * net_setup (void *ptargs)
 Device thread setup. More...
 
void * net_logging (void *ptargs)
 Network source main logging loop. More...
 
void * net_shutdown (void *ptargs)
 Network source shutdown. More...
 
void * net_channels (void *ptargs)
 Channel map. More...
 
bool net_connect (void *ptargs)
 Network connection helper function. More...
 
device_callbacks net_getCallbacks (void)
 Fill out device callback functions for logging. More...
 
net_params net_getParams (void)
 Fill out default MP source parameters. More...
 
bool net_parseConfig (log_thread_args_t *lta, config_section *s)
 Take a configuration section and parse parameters. More...