39 #ifndef __OPENFLUID_FLUIDX_WAREDESCRIPTOR_HPP__ 40 #define __OPENFLUID_FLUIDX_WAREDESCRIPTOR_HPP__ 43 #include <openfluid/ware/TypeDefs.hpp> 82 void clearParameters();
84 bool hasParameter(
const std::string& ParameterKey)
const;
86 void setEnabled(
bool Enabled);
88 bool isEnabled()
const;
std::map< WareParamKey_t, WareParamValue_t > WareParams_t
Definition: TypeDefs.hpp:130
Definition: WareDescriptor.hpp:50
openfluid::ware::WareType m_WareType
Definition: WareDescriptor.hpp:54
openfluid::ware::WareParams_t m_Params
Definition: WareDescriptor.hpp:56
#define OPENFLUID_API
Definition: dllexport.hpp:87
WareType
Definition: TypeDefs.hpp:62
std::string WareParamKey_t
Definition: TypeDefs.hpp:126
Definition: StringValue.hpp:91
bool m_Enabled
Definition: WareDescriptor.hpp:58
Definition: ApplicationException.hpp:47