SMACC2
|
#include <boost/statechart/event.hpp>
#include <boost/statechart/simple_state.hpp>
#include <boost/statechart/state.hpp>
#include <boost/mpl/for_each.hpp>
#include <boost/mpl/list.hpp>
#include <boost/mpl/transform.hpp>
#include <rclcpp/rclcpp.hpp>
#include <typeinfo>
#include <smacc2/introspection/smacc_state_info.hpp>
#include <smacc2/introspection/smacc_type_info.hpp>
#include <smacc2/smacc_types.hpp>
#include <cxxabi.h>
#include "smacc2_msgs/msg/smacc_transition.hpp"
#include <smacc2/introspection/smacc_state_machine_info.hpp>
Go to the source code of this file.
Namespaces | |
namespace | smacc2 |
namespace | smacc2::introspection |
Typedefs | |
typedef std::allocator< boost::statechart::none > | smacc2::introspection::SmaccAllocator |
typedef boost::mpl::list< SUCCESS, ABORT, CANCEL, CONTINUELOOP, ENDLOOP > | smacc2::introspection::DEFAULT_TRANSITION_TYPES |