VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHla1516ConnectionLogic.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 
14 #include <string>
15 
17 
18 namespace makVrv
19 {
20 
21  class DtHla1516ConnectionInterface;
22  class DtHla1516Driver;
23  class DtDriver;
24 
28  {
29  public:
30 
33 
35  virtual ~DtHla1516ConnectionLogic();
36 
38  virtual void updateCurrentDriver();
39 
40  virtual std::string className() const;
41 
42  protected:
43 
44  DtHla1516Driver* findCurrentDriver( const std::string& name );
45 
46  void on_currentConnectionChanged( const std::string& connectionName );
47  void on_exerciseNameChanged( const std::string& name );
48  void on_federateTypeChanged( const std::string& name );
49  void on_fedFileNameChanged( const std::string& name );
50  void on_rprFomVersionChanged( double version );
51  void on_rprFomRevisionChanged( int revision );
52  void on_fomMapperFileNameChanged( const std::string& name );
53 
55  void on_fomMapperInitStringChanged( const std::string& str );
56 
57  void on_connect();
58  void on_disconnect();
59  void on_makeAutoConnect();
60 
61  void on_driverStarted( DtDriver& simCon );
62  void on_driverStopped( DtDriver& simCon );
63  void on_ddmChanged( bool enabled );
64  void on_useAdvisories( bool enabled );
65  void on_useAbsoluteTimeStamps( bool enabled );
66  void on_publishObserversChanged( bool value );
67  void on_autoDriverChanged( const std::string& con );
68  void on_viewControlChanged( bool onOff );
69  void on_overrideGlobalViewControlChanged(bool trueFalse);
70  void on_useTopoForFlatEarthVectorConversionChanged(bool onOff);
71  void on_siteIdChanged(int siteId);
72  void on_appNumberChanged(int appId);
73 
74  protected:
75 
80 
81  };
82 
83 }
The Sim Driver for HLA 1516.
Definition: DtHla1516Driver.h:23
#define DT_DLL_VRVHLA1516QT
Definition: vrvHla1516Qt.h:19
DtHla1516ConnectionInterface & myHla1516Interface
Definition: DtHla1516ConnectionLogic.h:77
DtDe & myDe
Definition: DtHla1516ConnectionLogic.h:76
The DtDriver is an abstract class. Developers derive from this to create logic that &quot;directs&quot; things ...
Definition: DtDriver.h:31
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtHla1516Driver * myCurrentDriver
Definition: DtHla1516ConnectionLogic.h:78
DtExerciseConnInitializer * myLocalInit
Definition: DtHla1516ConnectionLogic.h:79
Logic for configuring the Hla1516 Connection.
Definition: DtHla1516ConnectionLogic.h:27
Contains DLL export macros.
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Abstract interface used to a user interface.
Definition: DtHla1516ConnectionInterface.h:18

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)