automotive-dlt
DltDaemonLocal Struct Reference

#include <dlt-daemon.h>

Collaboration diagram for DltDaemonLocal:

Data Fields

DltDaemonFlags flags
 
DltFile file
 
DltEventHandler pEvent
 
DltGateway pGateway
 
DltMessage msg
 
int client_connections
 
size_t baudrate
 
DltOfflineTrace offlineTrace
 
int timeoutOnSend
 
unsigned long RingbufferMinSize
 
unsigned long RingbufferMaxSize
 
unsigned long RingbufferStepSize
 
unsigned long daemonFifoSize
 

Detailed Description

The global parameters of a dlt daemon.

Definition at line 136 of file dlt-daemon.h.

Field Documentation

size_t DltDaemonLocal::baudrate

Baudrate of serial connection

Definition at line 144 of file dlt-daemon.h.

Referenced by dlt_daemon_init_serial().

unsigned long DltDaemonLocal::daemonFifoSize

Definition at line 153 of file dlt-daemon.h.

Referenced by dlt_daemon_init_fifo(), and option_file_parser().

DltFile DltDaemonLocal::file

struct for file access

Definition at line 139 of file dlt-daemon.h.

Referenced by dlt_daemon_local_cleanup(), and dlt_daemon_local_init_p1().

DltOfflineTrace DltDaemonLocal::offlineTrace
unsigned long DltDaemonLocal::RingbufferMaxSize

Definition at line 151 of file dlt-daemon.h.

Referenced by dlt_daemon_local_init_p2(), and option_file_parser().

unsigned long DltDaemonLocal::RingbufferMinSize

Definition at line 150 of file dlt-daemon.h.

Referenced by dlt_daemon_local_init_p2(), and option_file_parser().

unsigned long DltDaemonLocal::RingbufferStepSize

Definition at line 152 of file dlt-daemon.h.

Referenced by dlt_daemon_local_init_p2(), and option_file_parser().

int DltDaemonLocal::timeoutOnSend

Definition at line 149 of file dlt-daemon.h.

Referenced by dlt_daemon_process_client_connect(), and option_file_parser().


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