VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHla13ConnectionLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvHla13Qt/vrvHla13Qt.h>
13 #include <boost/signals/trackable.hpp>
15 #include <string>
16 
18 
19 namespace makVrv
20 {
21 
22  class DtHla13ConnectionInterface;
23  class DtHla13Driver;
24  class DtDriver;
25 
29  {
30  public:
31 
34 
36  virtual ~DtHla13ConnectionLogic();
37 
39  virtual void updateCurrentDriver();
40 
41  protected:
42 
43  virtual std::string className() const;
44 
45  DtHla13Driver* findCurrentDriver( const std::string& name );
46 
47  void on_currentConnectionChanged( const std::string& connectionName );
48  void on_exerciseNameChanged( const std::string& name );
49  void on_federateTypeChanged( const std::string& name );
50  void on_fedFileNameChanged( const std::string& name );
51  void on_rprFomVersionChanged( double version );
52  void on_rprFomRevisionChanged( int revision );
53  void on_fomMapperFileNameChanged( const std::string& name );
54 
56  void on_fomMapperInitStringChanged( const std::string& str );
57 
58  void on_connect();
59  void on_disconnect();
60  void on_makeAutoConnect();
61 
62  void on_driverStarted( DtDriver& simCon );
63  void on_driverStopped( DtDriver& simCon );
64  void on_ddmChanged( bool enabled );
65  void on_useAdvisories( bool enabled );
66  void on_useAbsoluteTimeStamps( bool enabled );
67  void on_publishObserversChanged( bool value );
68  void on_autoDriverChanged( const std::string& con );
69  void on_viewControlChanged( bool onOff );
70  void on_overrideGlobalViewControlChanged(bool trueFalse);
71  void on_useTopoForFlatEarthVectorConversionChanged(bool onOff);
72  void on_siteIdChanged(int siteId);
73  void on_appNumberChanged(int appId);
74  protected:
75 
80 
81  };
82 
83 }
DtExerciseConnInitializer * myLocalInit
Definition: DtHla13ConnectionLogic.h:79
DtHla13ConnectionInterface & myHla13Interface
Definition: DtHla13ConnectionLogic.h:77
The Sim Driver for HLA 1.3.
Definition: DtHla13Driver.h:22
#define DT_DLL_VRVHLA13QT
Definition: vrvHla13Qt.h:20
The DtDriver is an abstract class.
Definition: DtDriver.h:34
Contains DLL export macros.
DtDe & myDe
Definition: DtHla13ConnectionLogic.h:76
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Abstract interface used to a user interface.
Definition: DtHla13ConnectionInterface.h:18
Logic for configuring the Hla13 Connection.
Definition: DtHla13ConnectionLogic.h:28
DtHla13Driver * myCurrentDriver
Definition: DtHla13ConnectionLogic.h:78
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)