VR-Forces Developer's Guide
 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) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <vrvUtil/signalslib.h>
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::signalslib::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::signalslib::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 Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)