This structure holds state of the main taskboard elements. More...
Public Member Functions | |
TaskboardSlot1State () | |
Initializes state to default values. | |
Public Attributes | |
bool | isCoverOpen |
whether the beautiful red cover is open | |
bool | isSafeToggleOut [SAFE_TOGGLES_COUNT] |
whether the safe toggle in the OUT state | |
bool | numPadButtonsSelectedState [NUM_PAD_BUTTONS_COUNT] |
numpad buttons SEL/UNSEL state | |
TwoWayToggleSwitchState | powerSwitchState |
power switch state (UP/DOWN) | |
ThreeWayToggleSwitchState | rockerSwitchA01State |
Rocker switch state (CENTER/UP/DOWN) | |
TwoWayToggleSwitchState | toggleA03State |
A03 toggle state. If isSafeToggleOut[0] == true this is not used and state is defined as OUT. | |
ThreeWayToggleSwitchState | toggleA04State |
A04 toggle state. if isSafeToggleOut[1] == true this is not used and state is defined as OUT. | |
TwoWayToggleSwitchState | toggleA05State |
A05 toggle state. if isSafeToggleOut[2] == true this is not used and state is defined as OUT. |
This structure holds state of the main taskboard elements.
Definition at line 163 of file GazeboTaskboard.cpp.
Initializes state to default values.
Definition at line 195 of file GazeboTaskboard.cpp.
whether the beautiful red cover is open
Definition at line 166 of file GazeboTaskboard.cpp.
bool gazebo::GazeboTaskboardSlot1::TaskboardSlot1State::isSafeToggleOut[SAFE_TOGGLES_COUNT] |
whether the safe toggle in the OUT state
Definition at line 178 of file GazeboTaskboard.cpp.
bool gazebo::GazeboTaskboardSlot1::TaskboardSlot1State::numPadButtonsSelectedState[NUM_PAD_BUTTONS_COUNT] |
numpad buttons SEL/UNSEL state
Definition at line 175 of file GazeboTaskboard.cpp.
power switch state (UP/DOWN)
Definition at line 169 of file GazeboTaskboard.cpp.
Rocker switch state (CENTER/UP/DOWN)
Definition at line 172 of file GazeboTaskboard.cpp.
A03 toggle state. If isSafeToggleOut[0] == true this is not used and state is defined as OUT.
Definition at line 182 of file GazeboTaskboard.cpp.
A04 toggle state. if isSafeToggleOut[1] == true this is not used and state is defined as OUT.
Definition at line 186 of file GazeboTaskboard.cpp.
A05 toggle state. if isSafeToggleOut[2] == true this is not used and state is defined as OUT.
Definition at line 190 of file GazeboTaskboard.cpp.