A Data Set (DS) is an instance of a DSS and is defined by a SetDescriptor and a set of DataItems. More...
#include <DataSet.h>
Public Member Functions | |
DataSet (const entity::DataSetSpecifier &dss) | |
void | setTimestamp (const std::string &time) |
std::string | getTimestamp () const |
void | setSequenceNumber (int sn) |
int | getSequenceNumber () const |
![]() | |
DataSetSpecifier () | |
DataSetSpecifier (const std::string &n) | |
void | insertDataItem (const DataItem &d) |
SetDescriptor & | getSetDescriptor () |
const SetDescriptor & | getSetDescriptor () const |
const std::vector< DataItem > & | getDataItems () const |
std::vector< DataItem > & | getDataItems () |
std::string | getName () const |
bool | operator== (const DataSetSpecifier &other) |
bool | operator!= (const DataSetSpecifier &other) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const DataSet &ds) |
Additional Inherited Members | |
![]() | |
static const unsigned int | MAX_ITEMS_NUMBER = 512 |
![]() | |
std::string | name |
SetDescriptor | setDescriptor |
std::vector< DataItem > | dataItemsArray |
A Data Set (DS) is an instance of a DSS and is defined by a SetDescriptor and a set of DataItems.