BPNGClientLib
Library for accessing the Telemotive data logger devices
|
Implementation class for a wrapper of IRdbEvent using STL classes. More...
#include <RdbEventList.hh>
Public Member Functions | |
RdbEvent2 (const IRdbEvent *rdbEvent) | |
Public Attributes | |
RdbEventType | type |
uint64_t | uniqueID |
uint64_t | timeStamp |
std::string | timeZone |
int | index |
std::string | comment |
Implementation class for a wrapper of IRdbEvent using STL classes.
To achieve a compiler independend interface for the Telemotive Client Library only pointer to complex objects are returned from some functions. The IRdbEvent class is can be wrapped by this class RdbEvent to have access to its members in the usual way. You only have to pass a IRdbEvent pointer to the constructor.