VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTcpImageTaskElementConfigurationInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <boost/signals.hpp>
15 
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtVideoStream;
22 
23 
28  {
29  public:
32 
35 
37  virtual void setPort( int port ) = 0;
38 
40  boost::signal< void ( int )> signal_portSelected;
41 
42  protected:
43  };
44 }
Contains DLL export macros.
DtTcpImageTaskElementConfigurationInterface is the abstract interface for the TCP Image Task Element ...
Definition: DtTcpImageTaskElementConfigurationInterface.h:27
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
boost::signal< void(int)> signal_portSelected
Signal raised when a listening port is selected by the GUI.
Definition: DtTcpImageTaskElementConfigurationInterface.h:40

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)