BPNGClientLib
Library for accessing the Telemotive data logger devices
Public Member Functions | Public Attributes | List of all members
RdbEvent2 Struct Reference

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
 

Detailed Description

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.

See also
IRdbEvent, RdbEventList

The documentation for this struct was generated from the following file: