automotive-dlt
|
#include <netdb.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "dlt_common_api.h"
Go to the source code of this file.
Functions | |
DLT_DECLARE_CONTEXT (mycontext) | |
int | main (int argc, char *argv[]) |
Definition in file dlt-example-user-common-api.c.
DLT_DECLARE_CONTEXT | ( | mycontext | ) |
Print usage information of tool.
Definition at line 66 of file dlt-example-user-common-api.c.
References dlt_get_version().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main function of tool.
Definition at line 97 of file dlt-example-user-common-api.c.
References buffer, DLT_FLOAT32, dlt_get_log_state(), DLT_INT, DLT_LOG2, DLT_LOG_ID0, DLT_LOG_ID1, DLT_LOG_ID2, DLT_LOG_INFO, DLT_LOG_WARN, DLT_RAW, DLT_REGISTER_APP, DLT_REGISTER_CONTEXT_APP, DLT_STRING, DLT_UINT16, DLT_UINT32, DLT_UINT8, DLT_UNREGISTER_APP, DLT_UNREGISTER_CONTEXT, mycontext, and usage().