![]() |
An open-source, flexible 3D physical simulation framework
|
Class containing information about a DataPackage. More...
#include <DataInfo.h>
Public Member Functions | |
DataInfo () | |
~DataInfo () | |
DataInfo (const DataInfo &other) | |
DataInfo & | operator= (const DataInfo &other) |
Public Attributes | |
unsigned long | dataId |
A unique numeric identifier assigned by the DataBroker. More... | |
std::string | groupName |
A name describing the group/category this belongs to. More... | |
std::string | dataName |
A name describing this DataPackage within the group The groupName-dataName combination should be unique. More... | |
PackageFlag | flags |
Class containing information about a DataPackage.
Definition at line 47 of file DataInfo.h.
mars::data_broker::DataInfo::DataInfo | ( | ) |
Definition at line 27 of file DataInfo.cpp.
mars::data_broker::DataInfo::~DataInfo | ( | ) |
Definition at line 34 of file DataInfo.cpp.
mars::data_broker::DataInfo::DataInfo | ( | const DataInfo & | other | ) |
Definition at line 37 of file DataInfo.cpp.
Definition at line 41 of file DataInfo.cpp.
unsigned long mars::data_broker::DataInfo::dataId |
A unique numeric identifier assigned by the DataBroker.
Definition at line 56 of file DataInfo.h.
std::string mars::data_broker::DataInfo::dataName |
A name describing this DataPackage within the group The groupName-dataName combination should be unique.
Definition at line 64 of file DataInfo.h.
PackageFlag mars::data_broker::DataInfo::flags |
Definition at line 65 of file DataInfo.h.
std::string mars::data_broker::DataInfo::groupName |
A name describing the group/category this belongs to.
The groupName-dataName combination should be unique.
Definition at line 60 of file DataInfo.h.