automotive-dlt
|
#include <dlt_cdh_streamer.h>
Data Fields | |
FILE * | stream |
unsigned int | offset |
gzFile | gz_dst_file |
unsigned char * | read_buf |
Definition at line 36 of file dlt_cdh_streamer.h.
gzFile file_streamer_t::gz_dst_file |
Definition at line 40 of file dlt_cdh_streamer.h.
Referenced by stream_close(), stream_finish(), stream_init(), stream_move_ahead(), and stream_read().
unsigned int file_streamer_t::offset |
Definition at line 39 of file dlt_cdh_streamer.h.
Referenced by stream_finish(), stream_get_offset(), stream_move_ahead(), stream_move_to_offest(), and stream_read().
unsigned char* file_streamer_t::read_buf |
Definition at line 41 of file dlt_cdh_streamer.h.
Referenced by stream_close(), stream_finish(), stream_init(), and stream_move_ahead().
FILE* file_streamer_t::stream |
Definition at line 38 of file dlt_cdh_streamer.h.
Referenced by stream_close(), stream_finish(), stream_init(), stream_move_ahead(), and stream_read().