1 #ifndef _LCM_EVENTLOG_H_
2 #define _LCM_EVENTLOG_H_
11 #ifndef LCM_API_FUNCTION
13 #define LCM_API_FUNCTION __declspec(dllexport)
15 #define LCM_API_FUNCTION
134 lcm_eventlog_event_t *event);
int lcm_eventlog_write_event(lcm_eventlog_t *eventlog, lcm_eventlog_event_t *event)
void lcm_eventlog_destroy(lcm_eventlog_t *eventlog)
lcm_eventlog_t * lcm_eventlog_create(const char *path, const char *mode)
lcm_eventlog_event_t * lcm_eventlog_read_next_event(lcm_eventlog_t *eventlog)
int lcm_eventlog_seek_to_timestamp(lcm_eventlog_t *eventlog, int64_t ts)
void lcm_eventlog_free_event(lcm_eventlog_event_t *event)
Definition: eventlog.h:51
int64_t eventnum
Definition: eventlog.h:56
char * channel
Definition: eventlog.h:74
void * data
Definition: eventlog.h:78
int64_t timestamp
Definition: eventlog.h:61
int32_t channellen
Definition: eventlog.h:65
int32_t datalen
Definition: eventlog.h:69
Definition: eventlog.h:35
int64_t eventcount
Definition: eventlog.h:44
FILE * f
Definition: eventlog.h:39