OrocosComponentLibrary
2.9.0
|
marsh::MarshallInterface which sends data to multiple sockets. More...
#include <socketmarshaller.hpp>
Public Member Functions | |
SocketMarshaller (OCL::TcpReporting *reporter) | |
virtual void | flush () |
virtual void | serialize (RTT::base::PropertyBase *) |
virtual void | serialize (const PropertyBag &v) |
void | addConnection (OCL::TCP::Socket *os) |
void | removeConnection (OCL::TCP::Datasender *sender) |
void | closeAllConnections () |
void | shutdown () |
OCL::TcpReporting * | getReporter () const |
marsh::MarshallInterface which sends data to multiple sockets.
Definition at line 50 of file socketmarshaller.hpp.