InvalidityTracer application module.
LifeCycleState
Enum to define the life-cycle states of an Application.
@ initialisation
Initialisation phase including ApplicationModule::prepare().
@ shutdown
The application is in the process of shutting down.
@ run
Actual run phase with full multi threading.
UpdateMode
Enum to define the update mode of variables.
NodeType
Enum to define types of VariableNetworkNode.
Struct to define the direction of variables.
bool operator!=(const VariableDirection &other) const
enum ChimeraTK::VariableDirection::@0 dir
Enum to define directions of variables.
bool withReturn
Presence of return channel.
bool operator==(const VariableDirection &other) const
Comparison.