BPNGClientLib
Library for accessing the Telemotive data logger devices
|
#include <RdbTraceBlockList.hh>
Public Member Functions | |
RdbTraceBlockList (const IRdbTraceBlockList *list) | |
void | sortTraceBlocksById () |
Sort trace blocks by their data base entry id. | |
Implementation class for a wrapper of IRdbTraceBlockList using STL classes To achieve a compiler independend interface for the blue PiraT 2 client library only pointer to complex objects are returned from some functions. The class IRdbTraceBlockList is nothing else than a vector of IRdbTraceBlock objects. Pass a pointer to IRdbTraceBlockList to the constructor of this wrapper class RdbTraceBlockList and you get a STL vector of RdbTraceBlock objects which by itself is a wrapper to IRdbTraceBlock