SELKIELogger  1.0.0
log_thread_args_t Struct Reference

Logging thread information. More...

Collaboration diagram for log_thread_args_t:

Public Attributes

char * tag
 Tag/source name for messages etc.
 
char * type
 Data source type.
 
msgqueuelogQ
 Main message queue. Pushed to by threads, consumed by main()
 
program_statepstate
 Current program state, used for logging.
 
device_callbacks funcs
 Callback information for this device/thread.
 
void * dParams
 Device/Thread specific data.
 
int returnCode
 Thread return code (output)
 

Detailed Description

Logging thread information.

This will be allocated by the main Logger thread, and used to pass information to the device specific threads for initialisation, logging and shutdown.

Definition at line 86 of file Logger.h.in.


The documentation for this struct was generated from the following file: