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 17 #endif // LCM_API_FUNCTION 134 lcm_eventlog_event_t *event);
int64_t eventnum
Definition: eventlog.h:56
int lcm_eventlog_seek_to_timestamp(lcm_eventlog_t *eventlog, int64_t ts)
int64_t timestamp
Definition: eventlog.h:61
char * channel
Definition: eventlog.h:74
lcm_eventlog_event_t * lcm_eventlog_read_next_event(lcm_eventlog_t *eventlog)
void lcm_eventlog_destroy(lcm_eventlog_t *eventlog)
FILE * f
Definition: eventlog.h:39
int lcm_eventlog_write_event(lcm_eventlog_t *eventlog, lcm_eventlog_event_t *event)
lcm_eventlog_t * lcm_eventlog_create(const char *path, const char *mode)
int32_t datalen
Definition: eventlog.h:69
Definition: eventlog.h:34
int32_t channellen
Definition: eventlog.h:65
int64_t eventcount
Definition: eventlog.h:44
void lcm_eventlog_free_event(lcm_eventlog_event_t *event)
Definition: eventlog.h:51
void * data
Definition: eventlog.h:78