automotive-dlt
dlt-logstorage-prop.h
Go to the documentation of this file.
1 
22 #ifndef _DLT_LOGSTORAGE_PROP_H_
23 #define _DLT_LOGSTORAGE_PROP_H_
24 
25 #ifndef HAS_PROPRIETARY_LOGSTORAGE
26 
30 static inline int dlt_logstorage_prop_init(void) {
31  return 0;
32 }
33 
38 static inline int dlt_logstorage_prop_deinit(void) {
39  return 0;
40 }
41 
46 static inline int check_proprietary_handling(char *type) {
47  (void)type; return 0;
48 }
49 #else
50 
55 int dlt_logstorage_prop_init(void);
56 
63 
69 int check_proprietary_handling(char *);
70 #endif /* HAS_PROPRIETARY_LOGSTORAGE */
71 
72 #endif /* _DLT_LOGSTORAGE_PROP_H_ */
static int dlt_logstorage_prop_deinit(void)
Clean-up proprietary connection.
static int dlt_logstorage_prop_init(void)
Initialize proprietary connection.
static int check_proprietary_handling(char *type)
Check whether user wants to use proprietary handler.