11 #ifndef RDBEVENTLIST_HH 12 #define RDBEVENTLIST_HH 66 const size_t size = list->
getSize();
68 for (
size_t i = 0; i < size; ++i)
75 #endif // RDBEVENTLIST_HH Interface to an RDB event.
Definition: RdbDefines.h:65
Implementation class for a wrapper of IRdbEvent using STL classes.
Definition: RdbEventList.hh:29
RdbEventType
Definition: RdbDefines.h:39
Defines for Telemotive Client Library.
virtual uint64_t WINAPI getUniqueId() const =0
virtual const IRdbEvent *WINAPI getEvent(size_t index) const =0
Returns a pointer to the IRdbEvent at index.
virtual uint64_t WINAPI getTimeStamp() const =0
Returns the event's time stamp in usec since 01.01.1970 UTC.
virtual int WINAPI getIndex() const =0
Returns the index of this event. Only used for marker events.
virtual const char *WINAPI getTimeZone() const =0
Implementation class for a wrapper of IRdbEventList using STL classes.
Definition: RdbEventList.hh:60
virtual RdbEventType WINAPI getType() const =0
Get type of event.
Public interfaces for Telemotive Reference Database access.
virtual const char *WINAPI getComment() const =0
Interface to a list of rdb events.
Definition: RdbDefines.h:96
virtual size_t WINAPI getSize() const =0
Returns the size of the event list.