automotive-dlt
dlt-system-logfile.c File Reference
#include <pthread.h>
#include <unistd.h>
#include "dlt-system.h"
Include dependency graph for dlt-system-logfile.c:

Go to the source code of this file.

Macros

#define SEND_MODE_OFF   0
 
#define SEND_MODE_ONCE   1
 
#define SEND_MODE_ON   2
 

Functions

 DLT_IMPORT_CONTEXT (dltsystem)
 
void register_contexts (LogFileOptions const *fileopts)
 
void logfile_thread (void *v_conf)
 
void start_logfile (DltSystemConfiguration *conf)
 

Detailed Description

Author
Lassi Marttala lassi.nosp@m..lm..nosp@m.martt.nosp@m.ala@.nosp@m.partn.nosp@m.er.b.nosp@m.mw.de

Definition in file dlt-system-logfile.c.

Macro Definition Documentation

#define SEND_MODE_OFF   0

Definition at line 54 of file dlt-system-logfile.c.

Referenced by logfile_thread().

#define SEND_MODE_ON   2

Definition at line 56 of file dlt-system-logfile.c.

#define SEND_MODE_ONCE   1

Definition at line 55 of file dlt-system-logfile.c.

Referenced by logfile_thread().

Function Documentation

DLT_IMPORT_CONTEXT ( dltsystem  )
void register_contexts ( LogFileOptions const *  fileopts)

Definition at line 102 of file dlt-system-logfile.c.

References DLT_LOG, DLT_LOG_DEBUG, DLT_REGISTER_CONTEXT, and DLT_STRING.

Referenced by logfile_thread().

void start_logfile ( DltSystemConfiguration conf)