automotive-dlt
|
#include <dlt-control-common.h>
Data Fields | |
void * | data |
int | size |
Definition at line 54 of file dlt-control-common.h.
void* DltControlMsgBody::data |
data to be send to DLT Daemon
Definition at line 56 of file dlt-control-common.h.
Referenced by dlt_control_prepare_message(), dlt_logstorage_send_event(), dlt_passive_node_destroy_message_body(), dlt_passive_node_prepare_message_body(), and prepare_message_body().
int DltControlMsgBody::size |
size of that data
Definition at line 57 of file dlt-control-common.h.
Referenced by dlt_control_prepare_message(), and dlt_passive_node_prepare_message_body().