|
automotive-dlt
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <signal.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <errno.h>#include "dlt_common.h"#include "dlt_user.h"
Go to the source code of this file.
Macros | |
| #define | RCVPORT 47111 |
| #define | MAXSTRLEN 1024 |
| #define | PU_DLT_APP_DESC "udp adaptor application" |
| #define | PU_DLT_CONTEXT_DESC "udp adaptor context" |
| #define | PU_DLT_APP "UDPA" |
| #define | PU_DLT_CONTEXT "UDPC" |
Functions | |
| DLT_DECLARE_CONTEXT (mycontext) | |
Definition in file dlt-adaptor-udp.c.
| #define MAXSTRLEN 1024 |
Definition at line 84 of file dlt-adaptor-udp.c.
Referenced by DLT_DECLARE_CONTEXT().
| #define PU_DLT_APP "UDPA" |
Definition at line 89 of file dlt-adaptor-udp.c.
Referenced by DLT_DECLARE_CONTEXT().
| #define PU_DLT_APP_DESC "udp adaptor application" |
Definition at line 86 of file dlt-adaptor-udp.c.
Referenced by DLT_DECLARE_CONTEXT().
| #define PU_DLT_CONTEXT "UDPC" |
Definition at line 90 of file dlt-adaptor-udp.c.
Referenced by DLT_DECLARE_CONTEXT().
| #define PU_DLT_CONTEXT_DESC "udp adaptor context" |
Definition at line 87 of file dlt-adaptor-udp.c.
Referenced by DLT_DECLARE_CONTEXT().
| #define RCVPORT 47111 |
Definition at line 82 of file dlt-adaptor-udp.c.
Referenced by DLT_DECLARE_CONTEXT().
| DLT_DECLARE_CONTEXT | ( | mycontext | ) |
Definition at line 92 of file dlt-adaptor-udp.c.
References dlt_get_version(), DLT_ID_SIZE, DLT_LOG, DLT_LOG_DEBUG, DLT_LOG_ERROR, DLT_LOG_FATAL, DLT_LOG_INFO, DLT_LOG_VERBOSE, DLT_LOG_WARN, DLT_REGISTER_APP, DLT_REGISTER_CONTEXT, dlt_set_id(), DLT_STRING, DLT_UNREGISTER_APP, DLT_UNREGISTER_CONTEXT, MAXSTRLEN, mycontext, PU_DLT_APP, PU_DLT_APP_DESC, PU_DLT_CONTEXT, PU_DLT_CONTEXT_DESC, and RCVPORT.