Namespaces | Macros
StateMachine.cpp File Reference
#include "StateMachine.hpp"
#include "../ExecutionEngine.hpp"
#include "../internal/DataSource.hpp"
#include "../Service.hpp"
#include "CommandFunctors.hpp"
#include <Logger.hpp>
#include <functional>
#include <assert.h>
#include <boost/bind.hpp>
#include <boost/tuple/tuple.hpp>
#include "internal/mystd.hpp"
Include dependency graph for StateMachine.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define TRACE(msg)
 

Macro Definition Documentation

#define TRACE (   msg)
Value:
do { \
if (!mtrace) \
break; \
Logger::In in( _name ); \
log(Info) << '[' << this->getStatusStr() << ']' << std::string(" ") + msg <<endlog(); \
} while(0)
static Logger & log()
Definition: Logger.hpp:350
static Logger::LogFunction endlog()
Definition: Logger.hpp:362

Definition at line 50 of file StateMachine.cpp.



rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:45