VR-Forces 4.1.1 Class Documentation
DtHla1516eConnectionLogic.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 
13 #include <boost/signals/trackable.hpp>
15 #include <string>
16 
17 class DtExerciseConnInitializer;
18 
19 namespace makVrv
20 {
21 
22  class DtHla1516eConnectionInterface;
23  class DtHla1516eDriver;
24  class DtDriver;
25 
29  {
30  public:
31 
34 
36  virtual ~DtHla1516eConnectionLogic();
37 
39  virtual void updateCurrentDriver();
40 
41  virtual std::string className() const;
42 
43  protected:
44 
45  DtHla1516eDriver* 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& type );
50  void on_federateNameChanged( const std::string& name );
51  void on_localSettingsDesignatorChanged( const std::string& designator );
52  void on_fedFileNameChanged( const std::string& name );
53  void on_rprFomVersionChanged( double version );
54  void on_rprFomRevisionChanged( int revision );
55  void on_fomMapperFileNameChanged( const std::string& name );
56 
58  void on_fomMapperInitStringChanged( const std::string& str );
59 
60  void on_connect();
61  void on_disconnect();
62  void on_makeAutoConnect();
63 
64  void on_driverStarted( DtDriver& simCon );
65  void on_driverStopped( DtDriver& simCon );
66  void on_ddmChanged( bool enabled );
67  void on_useAdvisories( bool enabled );
68  void on_useAbsoluteTimeStamps( bool enabled );
69  void on_publishObserversChanged( bool value );
70  void on_autoDriverChanged( const std::string& con );
71  void on_viewControlChanged( bool onOff );
72  void on_siteIdChanged(int siteId);
73  void on_appNumberChanged(int appId);
74 
75  void on_addFomModule(const std::string&);
76  void on_removeFomModule(const std::string&);
77 
78  protected:
79 
83  DtExerciseConnInitializer* myLocalInit;
84 
85  };
86 
87 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)