This commit is contained in:
parent
65989261b0
commit
95d220c304
@ -47,6 +47,12 @@ class DualLaneAssemblyBase : public AssemblyBase, public ConfirmsFailuresIF {
|
||||
} customRecoveryStates = RecoveryCustomStates::IDLE;
|
||||
|
||||
MessageQueueIF* eventQueue = nullptr;
|
||||
|
||||
/**
|
||||
* To be called in mode command packer function of the child class.
|
||||
* @param submode
|
||||
* @param needsSecondStep
|
||||
*/
|
||||
void handleSideSwitchStates(uint8_t& submode, bool& needsSecondStep);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user