MeVisLab Toolbox Reference
|
Abstract class template facilitating the definition of an input channel. More...
#include <InputChannel.h>
Public Member Functions | |
virtual void | send (const DataType &value)=0 |
Abstract class template facilitating the definition of an input channel.
This class template inherits the asio::Executable type definition to be compatible executable processors.
Synopsis:
Definition at line 29 of file InputChannel.h.
|
pure virtual |
References asio::InputChannel< DataType >::send().
Referenced by asio::InputChannel< DataType >::send().