MeVisLab Toolbox Reference
|
A communication channel template for the given data type. More...
#include <CommunicationChannel.h>
Additional Inherited Members | |
Public Member Functions inherited from asio::InputChannel< DataType > | |
virtual void | send (const DataType &value)=0 |
A communication channel template for the given data type.
This class implements the templated asio::InputChannel and asio::OutputChannel interfaces facilitating the creation of bidirectional channels
Synopsis:
Definition at line 33 of file CommunicationChannel.h.