#include <boost/statechart/asynchronous_state_machine.hpp>
#include <boost/statechart/custom_reaction.hpp>
#include <boost/statechart/deep_history.hpp>
#include <boost/statechart/event.hpp>
#include <boost/statechart/simple_state.hpp>
#include <boost/statechart/state.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/any.hpp>
#include <boost/config.hpp>
#include <boost/function.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/mpl/list.hpp>
#include <boost/signals2.hpp>
#include <mutex>
#include <rclcpp/rclcpp.hpp>
#include <smacc2/introspection/introspection.hpp>
#include <smacc2/smacc_fifo_scheduler.hpp>
#include <smacc2/smacc_types.hpp>
#include <smacc2/smacc_default_events.hpp>
#include <smacc2/smacc_transition.hpp>
Go to the source code of this file.
|
typedef boost::statechart::processor_container< boost::statechart::fifo_scheduler<>, boost::function0< void >, std::allocator< boost::statechart::none > >::processor_context | my_context |
|
template<class T > |
using | smacc2::deep_history = sc::deep_history< T > |
|
◆ my_context
typedef boost::statechart::processor_container<boost::statechart::fifo_scheduler<>,boost::function0<void>,std::allocator<boost::statechart::none>>::processor_context my_context |