Manual for OpenFLUID 2.1.11 |
Class for storage of the definition of typed data handled by the simulator.
#include <ware/SimulatorSignature.hpp>
Public Member Functions | |
SignatureTypedSpatialDataItem () | |
SignatureTypedSpatialDataItem (std::string DName, openfluid::core::UnitsClass_t UClass, std::string DDescription, std::string DUnit) | |
Public Member Functions inherited from openfluid::ware::SignatureSpatialDataItem | |
SignatureSpatialDataItem () | |
SignatureSpatialDataItem (std::string DName, openfluid::core::UnitsClass_t UClass, std::string DDescription, std::string DUnit) | |
Public Member Functions inherited from openfluid::ware::SignatureDataItem | |
SignatureDataItem () | |
SignatureDataItem (std::string DName, std::string DDescription, std::string DUnit) | |
Public Attributes | |
openfluid::core::Value::Type | DataType |
Public Attributes inherited from openfluid::ware::SignatureSpatialDataItem | |
openfluid::core::UnitsClass_t | UnitsClass |
Public Attributes inherited from openfluid::ware::SignatureDataItem | |
std::string | DataName |
std::string | Description |
std::string | DataUnit |
|
inline |
openfluid::ware::SignatureTypedSpatialDataItem::SignatureTypedSpatialDataItem | ( | std::string | DName, |
openfluid::core::UnitsClass_t | UClass, | ||
std::string | DDescription, | ||
std::string | DUnit | ||
) |
openfluid::core::Value::Type openfluid::ware::SignatureTypedSpatialDataItem::DataType |