VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fileCommChannel.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrfGuiCore/vrfGuiCore.h>
12 
13 #include <vrvUtil/signalslib.h>
14 
15 #include <QtCore/QThread>
16 
17 class QString;
18 class QStringList;
19 
20 namespace makVrf
21 {
29  {
30  public:
32  DtFileCommChannel(const QString& file, bool listener = false);
33 
35  virtual ~DtFileCommChannel();
36 
37  public:
39  virtual void sendMessage(const QString&);
40 
42  virtual void done();
43 
44  boost::signals2::signal<void (const QStringList&)> signal_commFileMessagesReceived;
45 
46  protected:
47  virtual void run();
48 
49  protected:
52  bool myIsDone;
53  };
54 }
bool myIsDone
Definition: fileCommChannel.h:52
boost::signals2::signal< void(const QStringList &)> signal_commFileMessagesReceived
Definition: fileCommChannel.h:44
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
bool myIsListener
Definition: fileCommChannel.h:51
QString myFileCommChannel
Definition: fileCommChannel.h:50
The DtFileCommChannel class is a simple class that will use two files based on the given output file ...
Definition: fileCommChannel.h:28

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)