MccFiniteStateMachine: compiled
This commit is contained in:
@@ -48,7 +48,8 @@ struct ST2 {
|
||||
|
||||
struct ST1 {
|
||||
static constexpr std::string_view ID = "ST1";
|
||||
using transition_t = fsm::fsm_transition_table_t<std::pair<EV1, ST2>, std::pair<EV2, STN>>;
|
||||
using transition_t =
|
||||
fsm::fsm_transition_table_t<std::pair<EV1, ST2>, std::pair<EV2, STN>, std::pair<EV3, STN>, std::pair<EV3, STN>>;
|
||||
};
|
||||
|
||||
// struct STN : fsm::MccFsmAbstractState {
|
||||
|
||||
Reference in New Issue
Block a user