OpenJAUS SAE SDK  6.0.0
Public Attributes | List of all members
openjaus::model::StateMachine::TransitionData Struct Reference

Public Attributes

StateMachineroot
 
std::list< State * > intermediateEndStates
 
bool directionIsUp
 
StatestartState
 
StateendState
 
bool executeExitActions
 
bool executeEntryActions
 

Member Data Documentation

◆ directionIsUp

bool openjaus::model::StateMachine::TransitionData::directionIsUp

◆ endState

State* openjaus::model::StateMachine::TransitionData::endState

◆ executeEntryActions

bool openjaus::model::StateMachine::TransitionData::executeEntryActions

◆ executeExitActions

bool openjaus::model::StateMachine::TransitionData::executeExitActions

◆ intermediateEndStates

std::list<State*> openjaus::model::StateMachine::TransitionData::intermediateEndStates

◆ root

StateMachine* openjaus::model::StateMachine::TransitionData::root

◆ startState

State* openjaus::model::StateMachine::TransitionData::startState

The documentation for this struct was generated from the following file: