VR-Forces 4.1 Class Documentation
DtHla1516ConnectionInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtHla1516ConnectionInterface.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
16 
17 namespace makVrv
18 {
22  {
23  public:
25 
27  {
32  end_ConnectionStatus
33  };
34 
35 
37  virtual void setConnectionStatus( ConnectionStatus status ) = 0;
38 
40  virtual void setAutoConnectEnabled( bool enabled ) = 0;
41 
43  virtual void setExerciseName( const std::string& exerciseName ) = 0;
44 
46  virtual void setFederateType( const std::string& federateType ) = 0;
47 
49  virtual void setFedFileName( const std::string& fedFileName ) = 0;
50  virtual void setRPRFomVersion( double rprFomVersion, int rprFomRevision ) = 0;
51  virtual void setFomMapperFileName( const std::string& fomMapperFileName) = 0;
52  virtual void setFomMapperInitString( const std::string& fomMapperInitString ) = 0;
53 
55  virtual void setDdmEnabled( bool enabled ) = 0;
56 
58  virtual void setUseAdvisories( bool enabled ) = 0;
59 
61  virtual void setPublishObserver( bool isPublished ) = 0;
62 
64  virtual void setViewControl( bool isEnabled ) = 0;
65 
67  virtual void setAppNumber(int appNumber) = 0;
68 
70  virtual void setSiteId(int siteId) = 0;
71 
72  boost::signal<void (const std::string&)> signal_currentConnectionChanged;
73  boost::signal<void (const std::string&)> signal_exerciseNameChanged;
74  boost::signal<void (const std::string&)> signal_federateTypeChanged;
75  boost::signal<void (const std::string&)> signal_fedFileNameChanged;
76  boost::signal<void (double)> signal_rprFomVersionChanged;
77  boost::signal<void (int)> signal_rprFomRevisionChanged;
78  boost::signal<void (const std::string&)> signal_fomMapperFileNameChanged;
79  boost::signal<void (const std::string&)> signal_fomMapperInitStringChanged;
80  boost::signal<void (bool)> signal_ddmChanged;
81  boost::signal<void (bool)> signal_useAdvisoriesChanged;
82  boost::signal<void (bool)> signal_publishObserversChanged;
83  boost::signal<void (bool)> signal_viewControlChanged;
84  boost::signal<void (int)> signal_appNumberChanged;
85  boost::signal<void (int)> signal_siteIdChanged;
86 
87  boost::signal<void ()> signal_connect;
88  boost::signal<void ()> signal_disconnect;
89 
90  boost::signal<void ()> signal_makeAutoConnect;
91 
92  };
93 
94 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)