6 #ifndef MOTORCORTEX_CORE_DRIVE_CIA402_FSM_TRANSITION_H
7 #define MOTORCORTEX_CORE_DRIVE_CIA402_FSM_TRANSITION_H
9 #include "drive_cia402_fsm_base.h"
21 state_machine::EventStatus shutdown(
int state_id)
override;
23 state_machine::EventStatus switchOn(
int state_id)
override;
25 state_machine::EventStatus enableOperation(
int state_id)
override;
27 state_machine::EventStatus quickStop(
int state_id)
override;
29 state_machine::EventStatus disableOperation(
int state_id)
override;
31 state_machine::EventStatus disableVoltage(
int state_id)
override;
33 state_machine::EventStatus resetting(
int state_id)
override;
35 state_machine::EventStatus terminateEvent()
override;
42 #endif //MOTORCORTEX_CORE_DRIVE_CIA402_FSM_TRANSITION_H