VR-Forces Developer's Guide
 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 #include <boost/signals2.hpp>
13 
14 #include <QtCore/QThread>
15 
16 class QString;
17 class QStringList;
18 
19 namespace makVrf
20 {
28  {
29  public:
31  DtFileCommChannel(const QString& file, bool listener = false);
32 
34  virtual ~DtFileCommChannel();
35 
36  public:
38  virtual void sendMessage(const QString&);
39 
41  virtual void done();
42 
43  boost::signals2::signal<void (const QStringList&)> signal_commFileMessagesReceived;
44 
45  protected:
46  virtual void run();
47 
48  protected:
51  bool myIsDone;
52  };
53 }
bool myIsDone
Definition: fileCommChannel.h:51
boost::signals2::signal< void(const QStringList &)> signal_commFileMessagesReceived
Definition: fileCommChannel.h:43
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
bool myIsListener
Definition: fileCommChannel.h:50
QString myFileCommChannel
Definition: fileCommChannel.h:49
The DtFileCommChannel class is a simple class that will use two files based on the given output file ...
Definition: fileCommChannel.h:27

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)