#include <OutPortTcpSockProvider.h>
Public Member Functions | |
OutPortTcpSockProvider (BufferBase< DataType > &buffer) | |
Constructor. | |
virtual | ~OutPortTcpSockProvider (void) |
Destructor. |
This is an implementation class of OutPort Provider that uses TCP socket for means of communication.
DataType | Data type held by the buffer that attached to this provider |
RTC::OutPortTcpSockProvider< DataType >::OutPortTcpSockProvider | ( | BufferBase< DataType > & | buffer | ) | [inline] |
Constructor.
Constructor. Set the following items to port properties.
buffer | Buffer object that is attached to this provider |
virtual RTC::OutPortTcpSockProvider< DataType >::~OutPortTcpSockProvider | ( | void | ) | [inline, virtual] |
Destructor.