VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
connectionHLASettings.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 "connectionSettings.h"
13 
14 #include <boost/serialization/export.hpp>
15 
16 struct DtSettingsObjectCreationParams;
17 
18 
22 {
23 public:
24 
26  {
41  };
42 
43 public:
44 
48 
50  DtConnectionHLASettings( std::string name,
51  DtProtocolTypes protocol = DtHLA13Protocol );
52 
55 
57  virtual ~DtConnectionHLASettings();
58 
59  // Equality operator
60  virtual bool operator == ( const DtConnectionSettings & other ) const;
61 
62  // Inequality operator
63  virtual bool operator != ( const DtConnectionSettings & other ) const;
64 
65  // Used by DtSettingsManager::setSetting when it needs to update an
66  // existing DtSettingsObject.
67  virtual bool setFrom( const DtConnectionSettings* other );
68 
69  virtual bool setFrom( const DtConnectionFileRecord& rec );
70 
71  virtual bool connectionWillBeValid() const;
72 
73  // Clone operator, returns a new settings object which is a copy of this one.
74  virtual DtSettingsObject* clone() const;
75 
76  virtual QStringList frontEndFlags();
77  virtual QStringList backEndFlags();
78 
79 
81  static DtConnectionSettings* create( QString connectionName, DtProtocolTypes protocol );
82 
83 protected:
84 
85  // Stores the available command line args for this connection. Override to add new args
86  virtual void initialize();
87 
88 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)