StateMachine.cpp File Reference

#include "StateMachine.hpp"
#include "../ExecutionEngine.hpp"
#include "../internal/DataSource.hpp"
#include "../Service.hpp"
#include "CommandFunctors.hpp"
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/type_traits/function_traits.hpp>
#include "../base/ActionInterface.hpp"
#include "ConditionInterface.hpp"
#include <Logger.hpp>
#include <functional>
#include <assert.h>
#include <boost/tuple/tuple.hpp>
#include "internal/mystd.hpp"
Include dependency graph for StateMachine.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  RTT
 

Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.


Defines

#define TRACE(msg)   if (mtrace) log(Info) << '[' << this->getStatusStr() << ']' << std::string(" ") + msg <<endlog()
#define TRACE_INIT()   Logger::In in( _name )

Define Documentation

#define TRACE ( msg   )     if (mtrace) log(Info) << '[' << this->getStatusStr() << ']' << std::string(" ") + msg <<endlog()

Definition at line 51 of file StateMachine.cpp.

 
#define TRACE_INIT (  )     Logger::In in( _name )

Definition at line 50 of file StateMachine.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:48:33 2013