Orocos Real-Time Toolkit  2.9.0
rtt-marsh-fwd.hpp
Go to the documentation of this file.
1 #ifndef ORO_RTT_marsh_FWD_HPP
2 #define ORO_RTT_marsh_FWD_HPP
3 
4 namespace RTT {
5  class Marshalling;
6  namespace marsh {
7  class CPFDemarshaller;
8  class DemarshallInterface;
9  class MarshallInterface;
10  class MarshallingService;
11  class PropertyBagIntrospector;
12  class PropertyDemarshaller;
13  class PropertyLoader;
14  class PropertyMarshaller;
15  class SAX2XMLRPCHandler;
16  class TinyDemarshaller;
17  class XMLRPCDemarshaller;
18  template<class Stream>
20  template<typename output_stream>
22  }
23  namespace detail {
24  using namespace marsh;
25  }
26 }
27 #endif
Outputs a Property or PropertyBag into a text stream in the XML-RPC format.
An interface for setting and getting a stream object.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition: Activity.cpp:52