MeVisLab Toolbox Reference
|
Abstract base class for a connection between two I/O processors. More...
#include <Connection.h>
Public Member Functions | |
virtual | ~Connection ()=default |
virtual void | suspend ()=0 |
virtual void | resume ()=0 |
Abstract base class for a connection between two I/O processors.
It defines an interface to suspend and resume a given connection independent of the processor's data types.
For more information have a look at the asio::ProcessorConnection class template.
Definition at line 15 of file Connection.h.
|
virtualdefault |