OTX-Runtime for C++
|
|
Allows users to implement their own StateVariables. More...
#include <IStateVariableImplementation.h>
Public Member Functions | |
virtual void | SetValue (std::shared_ptr< IRuntimeContext > runtimeContext, std::shared_ptr< IStateVariable > stateVariable, std::shared_ptr< Object > value)=0 |
Invoked each time the OTX runtime writes the value of a StateVariable to the environment. More... | |
Allows users to implement their own StateVariables.
|
pure virtual |
Invoked each time the OTX runtime writes the value of a StateVariable to the environment.
runtimeContext | The related runtime context. |
variable | The related state variable. |
value | Value of the state variable. |
Implemented in OpenTestSystem::Otx::Runtime::Api::Custom::StateVariableImplementation.