MeVisLab Toolbox Reference
CommunicationChannel.h
Go to the documentation of this file.
1
// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2
// **InsertLicense** code
3
4
#pragma once
5
6
#include <
asio/InputChannel.h
>
7
#include <
asio/OutputChannel.h
>
8
9
10
namespace
asio
{
11
32
template
<
typename
DataType>
33
class
CommunicationChannel
34
:
public
InputChannel
<DataType>
35
,
public
OutputChannel
<DataType>
36
{
37
};
38
39
}
InputChannel.h
OutputChannel.h
asio::CommunicationChannel
A communication channel template for the given data type.
Definition
CommunicationChannel.h:36
asio::InputChannel
Abstract class template facilitating the definition of an input channel.
Definition
InputChannel.h:30
asio::ObservableType
Definition
Observable.h:13
asio
Definition
AsynchronousExecution.h:15
FMEstable
ReleaseMeVis
Projects
AsynchronousIO
Sources
asio
CommunicationChannel.h
Generated by
1.10.0