automotive-dlt
dlt-convert.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/uio.h>
#include "dlt_common.h"
Include dependency graph for dlt-convert.c:

Go to the source code of this file.

Macros

#define DLT_CONVERT_TEXTBUFSIZE   10024 /* Size of buffer for text output */
 

Functions

void usage ()
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define DLT_CONVERT_TEXTBUFSIZE   10024 /* Size of buffer for text output */

Definition at line 91 of file dlt-convert.c.

Referenced by main(), and usage().

Function Documentation

void usage ( void  )

Print usage information of tool.

Definition at line 96 of file dlt-convert.c.

References DLT_CONVERT_TEXTBUFSIZE, and dlt_get_version().

Referenced by main().