#include <map>
#include "rtt-scripting-config.h"
#include "../base/rtt-base-fwd.hpp"
#include "rtt-scripting-fwd.hpp"
#include <boost/graph/adjacency_list.hpp>
Go to the source code of this file.
Classes | |
class | RTT::scripting::EdgeCondition |
This class represents a conditional branch in a program tree. It contains a condition which must be satisfied to pass to the next node. More... | |
Namespaces | |
boost | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
RTT::scripting | |
Macros | |
#define | BOOST_NO_HASH |
Enumerations | |
enum | edge_condition_t { edge_condition } |
Functions | |
boost::BOOST_INSTALL_PROPERTY (edge, condition) | |
#define BOOST_NO_HASH |
Definition at line 54 of file EdgeCondition.hpp.
enum edge_condition_t |
Enumerator | |
---|---|
edge_condition |
Definition at line 59 of file EdgeCondition.hpp.