|
Documentation for OpenFLUID
2.2.0
|
Classes | |
| class | ObserverSignature |
| class | PluggableObserver |
| class | PluggableSimulator |
| Abstract class for simulator plugin. More... | |
| class | PluggableWare |
| class | SimulationContributorWare |
| class | SimulationDrivenWare |
| class | SimulationInspectorWare |
| class | SimulatorSignatureHandledData |
| class | SignatureUnitsClassItem |
| class | SignatureUnitsGraph |
| class | SignatureTimeScheduling |
| class | SimulatorSignature |
| struct | SignatureBuildInfo |
| class | WareException |
| class | WareIssue |
| class | WareIssues |
| class | WareParamsTree |
| class | WareRNG |
| class | WareSignature |
| class | SignatureDataItem |
| class | SignatureSpatialDataItem |
| class | SignatureHandledData |
| class | DataWareSignature |
Typedefs | |
| typedef PluggableObserver *(* | GetPluggableObserverBodyProc) () |
| typedef ObserverSignature *(* | GetPluggableObserverSignatureProc) () |
| typedef PluggableSimulator *(* | GetPluggableSimulatorBodyProc) () |
| typedef SimulatorSignature *(* | GetPluggableSimulatorSignatureProc) () |
| typedef std::string | WareID_t |
| typedef std::string | WareName_t |
| typedef std::string | WareVersion_t |
| typedef std::string | WareParamKey_t |
| typedef openfluid::core::StringValue | WareParamValue_t |
| typedef std::map< WareParamKey_t, WareParamValue_t > | WareParams_t |
Enumerations | |
| enum class | WareType { UNDEFINED , SIMULATOR , GENERATOR , OBSERVER , BUILDEREXT , OTHER } |
| enum | WareStatus_t { EXPERIMENTAL , BETA , STABLE } |
| enum class | IssueUrgency { LOW , MEDIUM , HIGH } |
Functions | |
| std::string | stringifyWareType (WareType Type) |
| typedef PluggableObserver*(* openfluid::ware::GetPluggableObserverBodyProc) () |
| typedef ObserverSignature*(* openfluid::ware::GetPluggableObserverSignatureProc) () |
| typedef PluggableSimulator*(* openfluid::ware::GetPluggableSimulatorBodyProc) () |
| typedef SimulatorSignature*(* openfluid::ware::GetPluggableSimulatorSignatureProc) () |
| typedef std::string openfluid::ware::WareID_t |
| typedef std::string openfluid::ware::WareName_t |
| typedef std::string openfluid::ware::WareParamKey_t |
| typedef std::map<WareParamKey_t, WareParamValue_t> openfluid::ware::WareParams_t |
| typedef std::string openfluid::ware::WareVersion_t |
|
strong |
|
strong |
|
inline |