automotive-dlt
dlt-logstorage-prop.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int dlt_logstorage_prop_init (void)
 Initialize proprietary connection. More...
 
static int dlt_logstorage_prop_deinit (void)
 Clean-up proprietary connection. More...
 
static int check_proprietary_handling (char *type)
 Check whether user wants to use proprietary handler. More...
 

Function Documentation

static int check_proprietary_handling ( char *  type)
inlinestatic

Check whether user wants to use proprietary handler.

Returns
0

Definition at line 46 of file dlt-logstorage-prop.h.

References dlt_logstorage_prop_deinit(), and dlt_logstorage_prop_init().

Referenced by set_handler_type().

static int dlt_logstorage_prop_deinit ( void  )
inlinestatic

Clean-up proprietary connection.

Returns
0

Definition at line 38 of file dlt-logstorage-prop.h.

Referenced by check_proprietary_handling(), and dlt_logstorage_deinit_handler().

static int dlt_logstorage_prop_init ( void  )
inlinestatic

Initialize proprietary connection.

Returns
0

Definition at line 30 of file dlt-logstorage-prop.h.

Referenced by check_proprietary_handling(), and dlt_logstorage_init_handler().