VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
initHla1516.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
10 #pragma once
11 
13 
14 #include <string>
15 
16 
18 {
19 public:
20 
21 
22 
23 
25  virtual ~InitHLA1516Message();
26 
27  virtual std::string getFederateType();
28  virtual void setFederateType(std::string val);
29 
30  virtual std::string getFederationName();
31  virtual void setFederationName(std::string val);
32 
33  virtual double getRprVersion();
34  virtual void setRprVersion(double val);
35 
36  virtual std::string getFedFilename();
37  virtual void setFedFilename(std::string val);
38 
39  virtual std::string getFomMapper();
40  virtual void setFomMapper(std::string val);
41 
42  virtual bool getUseAbsoluteTimestamps();
43  virtual void setUseAbsoluteTimestamps(bool val);
44 
45  virtual int getNotifyLevel();
46  virtual void setNotifyLevel(int val);
47 
48  virtual bool getNetworkBigEndian();
49  virtual void setNetworkBigEndian(bool val);
50 
51 
52 
53  virtual int messageSize();
54 
55  static DtMessage* decode(unsigned char* buffer, int length);
56  static std::string theMessageName();
57 
58 protected:
59  static std::string theFullName;
60 
61  std::string myFederateType;
62  std::string myFederationName;
63  double myRprVersion;
64  std::string myFedFilename;
65  std::string myFomMapper;
69 
70  virtual void serialize(DtStreamWriter& writer);
71  virtual void deserialize(DtStreamReader& reader);
72 };

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)