22 using SmaccState::SmaccState;
27 Transition<EvLoopContinue<Mode5SequenceALoop>,
SsMode5SequenceA, CONTINUELOOP>
38 auto & superstate = this->context<MsMode5>();
41 getLogger(),
"Loop start, current iterations: %d, total iterations: %d",
42 superstate.ziteration_count, superstate.ztotal_iterations());
43 return superstate.ziteration_count++ < superstate.ztotal_iterations();
48 RCLCPP_INFO(
getLogger(),
"LOOP START ON ENTRY");
rclcpp::Logger getLogger()
void checkWhileLoopConditionAndThrowEvent(bool(MostDerived::*conditionFn)())
bool loopWhileCondition()
mpl::list< Transition< EvLoopContinue< Mode5SequenceALoop >, SsMode5SequenceA, CONTINUELOOP > > reactions
static void staticConfigure()