27 #ifndef ORO_COMP_TCP_REPORTING_HPP    28 #define ORO_COMP_TCP_REPORTING_HPP    30 #include "ReportingComponent.hpp"    35     class SocketMarshaller;
    42         class TcpReportingInterpreter;
   181         RTT::Property<unsigned int> port_prop;
   195         TcpReporting(std::string fr_name = 
"ReportingComponent");
   198         bool configureHook();
   206         const RTT::PropertyBag* getReport();
 A component which writes data reports to a tcp/ip socket. 
marsh::MarshallInterface which sends data to multiple sockets. 
The Orocos Component Library. 
A Component for periodically reporting Component Port contents to a human readable text format...
RTT::SocketMarshaller * fbody
marsh::MarshallInterface