#include <Variable.h>
◆ Variable()
| oms::Variable::Variable |
( |
fmiHandle * |
fmi4c, |
|
|
int |
index, |
|
|
oms_component_enu_t |
componentType |
|
) |
| |
◆ ~Variable()
| oms::Variable::~Variable |
( |
| ) |
|
◆ configureFMI2Variable()
| void oms::Variable::configureFMI2Variable |
( |
fmiHandle * |
fmi4c, |
|
|
int |
index |
|
) |
| |
|
private |
◆ configureFMI3Variable()
| void oms::Variable::configureFMI3Variable |
( |
fmiHandle * |
fmi4c, |
|
|
int |
index |
|
) |
| |
|
private |
◆ getCausality()
| oms_causality_enu_t oms::Variable::getCausality |
( |
| ) |
const |
◆ getCausalityString()
| std::string oms::Variable::getCausalityString |
( |
| ) |
const |
◆ getCref()
| const ComRef& oms::Variable::getCref |
( |
| ) |
const |
|
inline |
◆ getDescription()
| const std::string& oms::Variable::getDescription |
( |
| ) |
const |
|
inline |
◆ getIndex()
| unsigned int oms::Variable::getIndex |
( |
| ) |
const |
|
inline |
◆ getNumericType()
| oms_signal_numeric_type_enu_t oms::Variable::getNumericType |
( |
| ) |
const |
|
inline |
◆ getStateIndex()
| unsigned int oms::Variable::getStateIndex |
( |
| ) |
const |
|
inline |
◆ getType()
| oms_signal_type_enu_t oms::Variable::getType |
( |
| ) |
const |
|
inline |
◆ getValueReference()
| fmi2ValueReference oms::Variable::getValueReference |
( |
| ) |
const |
|
inline |
◆ getValueReferenceFMI3()
| fmi3ValueReference oms::Variable::getValueReferenceFMI3 |
( |
| ) |
const |
|
inline |
◆ isApprox()
| bool oms::Variable::isApprox |
( |
| ) |
const |
|
inline |
◆ isCalculated()
| bool oms::Variable::isCalculated |
( |
| ) |
const |
|
inline |
◆ isCalculatedParameter()
| bool oms::Variable::isCalculatedParameter |
( |
| ) |
const |
|
inline |
◆ isContinuousTimeDer()
| bool oms::Variable::isContinuousTimeDer |
( |
| ) |
const |
|
inline |
◆ isContinuousTimeState()
| bool oms::Variable::isContinuousTimeState |
( |
| ) |
const |
|
inline |
◆ isDer()
| bool oms::Variable::isDer |
( |
| ) |
const |
|
inline |
◆ isExact()
| bool oms::Variable::isExact |
( |
| ) |
const |
|
inline |
◆ isFmi2()
| bool oms::Variable::isFmi2 |
( |
| ) |
const |
|
inline |
◆ isFmi3()
| bool oms::Variable::isFmi3 |
( |
| ) |
const |
|
inline |
◆ isIndependent()
| bool oms::Variable::isIndependent |
( |
| ) |
const |
|
inline |
◆ isInitialUnknown()
| bool oms::Variable::isInitialUnknown |
( |
| ) |
const |
|
inline |
◆ isInput()
| bool oms::Variable::isInput |
( |
| ) |
const |
|
inline |
◆ isLocal()
| bool oms::Variable::isLocal |
( |
| ) |
const |
|
inline |
◆ isOutput()
| bool oms::Variable::isOutput |
( |
| ) |
const |
|
inline |
◆ isParameter()
| bool oms::Variable::isParameter |
( |
| ) |
const |
|
inline |
◆ isState()
| bool oms::Variable::isState |
( |
| ) |
const |
|
inline |
◆ isTypeBoolean()
| bool oms::Variable::isTypeBoolean |
( |
| ) |
const |
|
inline |
◆ isTypeInteger()
| bool oms::Variable::isTypeInteger |
( |
| ) |
const |
|
inline |
◆ isTypeReal()
| bool oms::Variable::isTypeReal |
( |
| ) |
const |
|
inline |
◆ isTypeString()
| bool oms::Variable::isTypeString |
( |
| ) |
const |
|
inline |
◆ makeConnector()
◆ markAsContinuousTimeDer()
| void oms::Variable::markAsContinuousTimeDer |
( |
| ) |
|
|
inline |
◆ markAsContinuousTimeState()
| void oms::Variable::markAsContinuousTimeState |
( |
size_t |
der_index | ) |
|
|
inline |
◆ markAsState()
| void oms::Variable::markAsState |
( |
size_t |
der_index | ) |
|
|
inline |
◆ operator std::string()
| oms::Variable::operator std::string |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator==
◆ componentType
| oms_component_enu_t oms::Variable::componentType |
|
private |
◆ cref
◆ der_index
| size_t oms::Variable::der_index |
|
private |
◆ description
| std::string oms::Variable::description |
|
private |
◆ fmi2
◆ fmi2Causality_
| fmi2Causality oms::Variable::fmi2Causality_ |
|
private |
◆ fmi2InitialProperty
| fmi2Initial oms::Variable::fmi2InitialProperty |
|
private |
◆ fmi2Variability_
| fmi2Variability oms::Variable::fmi2Variability_ |
|
private |
◆ fmi2Vr
| fmi2ValueReference oms::Variable::fmi2Vr |
|
private |
◆ fmi3
◆ fmi3Causality_
| fmi3Causality oms::Variable::fmi3Causality_ |
|
private |
◆ fmi3InitialProperty
| fmi3Initial oms::Variable::fmi3InitialProperty |
|
private |
◆ fmi3Variability_
| fmi3Variability oms::Variable::fmi3Variability_ |
|
private |
◆ fmi3Vr
| fmi3ValueReference oms::Variable::fmi3Vr |
|
private |
◆ index
| unsigned int oms::Variable::index |
|
private |
◆ is_continuous_time_der
| bool oms::Variable::is_continuous_time_der |
|
private |
◆ is_continuous_time_state
| bool oms::Variable::is_continuous_time_state |
|
private |
◆ is_der
| bool oms::Variable::is_der |
|
private |
◆ is_state
| bool oms::Variable::is_state |
|
private |
◆ numericType
| oms_signal_numeric_type_enu_t oms::Variable::numericType |
|
private |
◆ state_index
| size_t oms::Variable::state_index |
|
private |
◆ type
| oms_signal_type_enu_t oms::Variable::type |
|
private |
The documentation for this class was generated from the following files:
- /var/lib/jenkins/ws/OMSimulator_PR-1506/src/OMSimulatorLib/Variable.h
- /var/lib/jenkins/ws/OMSimulator_PR-1506/src/OMSimulatorLib/Variable.cpp