Manual for OpenFLUID 2.1.11 |
#include <ware/GeneratorSignature.hpp>
Public Member Functions | |
GeneratorSignature (openfluid::fluidx::GeneratorDescriptor::GeneratorMethod GeneratorMethod) | |
Public Member Functions inherited from openfluid::ware::SimulatorSignature | |
SimulatorSignature () | |
void | clear () |
Public Member Functions inherited from openfluid::ware::WareSignature | |
WareSignature () | |
void | clear () |
virtual | ~WareSignature () |
Public Attributes | |
openfluid::fluidx::GeneratorDescriptor::GeneratorMethod | m_GeneratorMethod |
Public Attributes inherited from openfluid::ware::SimulatorSignature | |
SimDomain_t | Domain |
SimProcess_t | Process |
SimMethod_t | Method |
SignatureHandledData | HandledData |
SignatureUnitsGraph | HandledUnitsGraph |
SignatureTimeScheduling | TimeScheduling |
Public Attributes inherited from openfluid::ware::WareSignature | |
SignatureBuildInfo | BuildInfo |
WareID_t | ID |
WareName_t | Name |
std::string | Description |
WareVersion_t | Version |
WareStatus_t | Status |
AuthorsList_t | Authors |
Additional Inherited Members | |
Public Types inherited from openfluid::ware::WareSignature | |
typedef std::vector< std::pair< std::string, std::string > > | AuthorsList_t |
Static Public Member Functions inherited from openfluid::ware::WareSignature | |
static std::string | getStatusAsString (const WareStatus_t &Status) |
openfluid::ware::GeneratorSignature::GeneratorSignature | ( | openfluid::fluidx::GeneratorDescriptor::GeneratorMethod | GeneratorMethod | ) |
openfluid::fluidx::GeneratorDescriptor::GeneratorMethod openfluid::ware::GeneratorSignature::m_GeneratorMethod |