Event Client for Rostate Machine. More...
#include <rostate_machine/State.h>
#include <rostate_machine/Event.h>
#include <ros/ros.h>
#include <boost/circular_buffer.hpp>
#include <boost/optional.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graph_utility.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/foreach.hpp>
#include <boost/lexical_cast.hpp>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | rostate_machine::EventClient |
struct | rostate_machine::TagInfo |
Namespaces | |
rostate_machine | |
Variables | |
constexpr int | rostate_machine::always = 0 |
constexpr int | rostate_machine::on_entry = 1 |
constexpr int | rostate_machine::on_exit = 2 |
Event Client for Rostate Machine.
Definition in file event_client.h.