![]() |
Manual for OpenFLUID 2.1.10 |
#include <machine/WareSignatureRegistry.hpp>
Public Member Functions | |
virtual void | update ()=0 |
virtual void | unloadAll ()=0 |
virtual const S * | signature (const openfluid::ware::WareID_t &ID) const =0 |
|
pure virtual |
Returns the signature of the ware given by its ID
[in] | ID | The ID of the ware |
Implemented in openfluid::machine::SimulatorSignatureRegistry, and openfluid::machine::ObserverSignatureRegistry.
|
pure virtual |
Unloads all signatures of the registry
Implemented in openfluid::machine::SimulatorSignatureRegistry, and openfluid::machine::ObserverSignatureRegistry.
|
pure virtual |
Updates the registry from available plugins
Implemented in openfluid::machine::SimulatorSignatureRegistry, and openfluid::machine::ObserverSignatureRegistry.