MeVisLab Toolbox Reference
OutputChannel.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/Observable.h>
7 
8 
9 namespace asio {
10 
11  template<typename DataType>
13 
14 }