Orocos Real-Time Toolkit  2.8.3
rtt-mqueue-fwd.hpp
Go to the documentation of this file.
1 #ifndef ORO_RTT_mqueue_FWD_HPP
2 #define ORO_RTT_mqueue_FWD_HPP
3 
4 namespace RTT {
5  namespace mqueue {
6  class Dispatcher;
7  template<class T>
8  class MQSerializationProtocol;
9  template<class T>
10  class MQTemplateProtocol;
11  template<typename T>
12  class MQChannelElement;
13  }
14  namespace detail {
15  using namespace mqueue;
16  }
17 }
18 #endif
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition: Activity.cpp:51