BPNGClientLib
Library for accessing the Telemotive data logger devices
Classes | Public Member Functions | List of all members
RdbTraceBlockList Class Reference

#include <RdbTraceBlockList.hh>

Inheritance diagram for RdbTraceBlockList:

Public Member Functions

 RdbTraceBlockList (const IRdbTraceBlockList *list)
 
void sortTraceBlocksById ()
 Sort trace blocks by their data base entry id.
 

Detailed Description

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

See also
RdbTraceBlock, IRdbTraceBlockList, IRdbTraceBlock

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