|
Documentation for OpenFLUID
2.2.1
|
#include <tools/DistributionBindings.hpp>
Public Types | |
| typedef std::map< openfluid::core::UnitID_t, ReaderNextValue< DataType > * > | UnitIDReader_t |
Public Types inherited from openfluid::tools::GenericDistributionBindings< double > | |
| typedef std::list< ReaderNextValue< double > > | ReadersNextValues_t |
Public Member Functions | |
| SimpleDistributionBindings (const DistributionTables &DistriTables) | |
| bool | getValue (const openfluid::core::UnitID_t &UnitID, const openfluid::core::DateTime &DT, TV &Value) |
| void | displayBindings () |
Public Member Functions inherited from openfluid::tools::GenericDistributionBindings< double > | |
| GenericDistributionBindings ()=default | |
| ~GenericDistributionBindings () | |
| void | advanceToTime (const openfluid::core::DateTime &DT) |
| bool | advanceToNextTimeAfter (const openfluid::core::DateTime &DT, openfluid::core::DateTime &NextDT) |
Protected Attributes | |
| UnitIDReader_t | m_UnitIDReaders |
Protected Attributes inherited from openfluid::tools::GenericDistributionBindings< double > | |
| ReadersNextValues_t | m_ReadersNextValues |


| typedef std::map<openfluid::core::UnitID_t,ReaderNextValue<DataType>*> openfluid::tools::SimpleDistributionBindings< DataType, TV >::UnitIDReader_t |
|
inline |
|
inline |
|
inline |
|
protected |