BPNGClientLib
Library for accessing the Telemotive data logger devices
|
Interface to an RDB event. More...
#include <RdbDefines.h>
Public Member Functions | |
virtual | ~IRdbEvent () |
DTOR. | |
virtual RdbEventType WINAPI | getType () const =0 |
Get type of event. | |
virtual uint64_t WINAPI | getUniqueId () const =0 |
virtual uint64_t WINAPI | getTimeStamp () const =0 |
Returns the event's time stamp in usec since 01.01.1970 UTC. | |
virtual const char *WINAPI | getTimeZone () const =0 |
virtual int WINAPI | getIndex () const =0 |
Returns the index of this event. Only used for marker events. | |
virtual const char *WINAPI | getComment () const =0 |
Interface to an RDB event.
|
pure virtual |
Returns additional information. The meaning of this string depends on the event's type. See RDB specification document for more information.
|
pure virtual |
Returns the logger's time zone that was active at the event's time stamp.
|
pure virtual |
Returns the unique entry ID that can be set to DataSpans for data download and conversion.