VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DistributedSimulationConnection3B.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <boost/signal.hpp>
13 
14 using namespace makVrv;
15 
17 class DtExerciseConn;
18 
19 namespace makVrv
20 {
21 namespace tutorialDistributedSimulation3B
22 {
23 
25 {
26 public:
27 
30  DtSharedSettingsManager& settingsManager);
31 
34 
36  inline DtExerciseConn* exerciseConn()
37  {
38  return myConnection;
39  }
40 
45  virtual bool connect(const DtExerciseConnInitializer& exConnInitializer);
46 
51  virtual bool disconnect();
52 
54  virtual bool connected() const;
55 
57  boost::signal<void ()> signal_toBeDisconnected;
58 
59 protected:
60 
61  DtExerciseConn* myConnection;
63 };
64 
65 }
66 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)