Identifies a single datapack. More...
#include <datapack_interface.h>
Public Member Functions | |
| DataPackIdentifier ()=default | |
| DataPackIdentifier (const DataPackIdentifier &)=default | |
| DataPackIdentifier & | operator= (const DataPackIdentifier &)=default |
| DataPackIdentifier (DataPackIdentifier &&obj)=default | |
| DataPackIdentifier & | operator= (DataPackIdentifier &&)=default |
| DataPackIdentifier (const std::string &_name, const std::string &_engineName, const std::string &_type) | |
| DataPackIdentifier (std::string &&_name, std::string &&_engineName, std::string &&_type) | |
| bool | operator== (const DataPackIdentifier &rhs) const |
| bool | operator< (const DataPackIdentifier &rhs) const |
Public Attributes | |
| std::string | Name |
| DataPack Name. Used by simulator to identify source/sink of datapack. More... | |
| std::string | EngineName |
| Corresponding engine. More... | |
| std::string | Type |
| DataPack Type. More... | |
Identifies a single datapack.
|
default |
|
default |
|
default |
| DataPackIdentifier::DataPackIdentifier | ( | const std::string & | _name, |
| const std::string & | _engineName, | ||
| const std::string & | _type | ||
| ) |
|
inline |
|
inline |
|
default |
|
default |
|
inline |
| std::string DataPackIdentifier::EngineName |
Corresponding engine.
| std::string DataPackIdentifier::Name |
DataPack Name. Used by simulator to identify source/sink of datapack.
| std::string DataPackIdentifier::Type |
DataPack Type.