VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
initHla1516_2025.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
10 #pragma once
11 
13 
14 #include <string>
15 #include <vector>
16 
17 
19 {
20 public:
21 
22 
23 
24 
26  virtual ~InitHLA1516_2025Message();
27 
28  virtual std::string getFederateName();
29  virtual void setFederateName(std::string val);
30 
31  virtual std::string getFederateType();
32  virtual void setFederateType(std::string val);
33 
34  virtual std::string getFederationName();
35  virtual void setFederationName(std::string val);
36 
37  virtual double getRprVersion();
38  virtual void setRprVersion(double val);
39 
40  virtual int getRprRevision();
41  virtual void setRprRevision(int val);
42 
43  virtual double getNetnVersion();
44  virtual void setNetnVersion(double val);
45 
46  virtual int getNetnRevision();
47  virtual void setNetnRevision(int val);
48 
49  virtual std::string getFedFilename();
50  virtual void setFedFilename(std::string val);
51 
52  virtual std::string getFomMapper();
53  virtual void setFomMapper(std::string val);
54 
55  virtual std::string getMIM();
56  virtual void setMIM(std::string val);
57 
58  virtual std::vector<std::string> getFomModules();
59  virtual void setFomModules(std::vector<std::string> val);
60 
61  virtual bool getUseAbsoluteTimestamps();
62  virtual void setUseAbsoluteTimestamps(bool val);
63 
64  virtual int getNotifyLevel();
65  virtual void setNotifyLevel(int val);
66 
67  virtual bool getNetworkBigEndian();
68  virtual void setNetworkBigEndian(bool val);
69 
70  virtual bool getEnableGenericAttributes();
71  virtual void setEnableGenericAttributes(bool val);
72 
73 
74 
75  virtual int messageSize();
76 
77  static DtMessage* decode(unsigned char* buffer, int length);
78  static std::string theMessageName();
79 
80 protected:
81  static std::string theFullName;
82 
83  std::string myFederateName;
84  std::string myFederateType;
85  std::string myFederationName;
86  double myRprVersion;
88  double myNetnVersion;
90  std::string myFedFilename;
91  std::string myFomMapper;
92  std::string myMIM;
93  std::vector<std::string> myFomModules;
98 
99  virtual void serialize(DtStreamWriter& writer);
100  virtual void deserialize(DtStreamReader& reader);
101 };
std::string myFederateName
Definition: initHla1516_2025.h:83
virtual int messageSize()
this function needs to be in each derived class for decoding
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
double myRprVersion
Definition: initHla1516_2025.h:86
std::string myFederateType
Definition: initHla1516_2025.h:84
static std::string theFullName
Definition: initHla1516_2025.h:81
int myNetnRevision
Definition: initHla1516_2025.h:89
Defines the base class for all messages that are sent to and from C#.
This is the DtMessage class.
Definition: message.h:20
int myNotifyLevel
Definition: initHla1516_2025.h:95
std::vector< std::string > myFomModules
Definition: initHla1516_2025.h:93
Definition: initHla1516_2025.h:18
std::string myFomMapper
Definition: initHla1516_2025.h:91
bool myUseAbsoluteTimestamps
Definition: initHla1516_2025.h:94
bool myEnableGenericAttributes
Definition: initHla1516_2025.h:97
Instances of DtStreamWriter encode values into a byte array.
Definition: byteStream.h:74
double myNetnVersion
Definition: initHla1516_2025.h:88
std::string myFederationName
Definition: initHla1516_2025.h:85
int myRprRevision
Definition: initHla1516_2025.h:87
Instances of DtStreamReader decode values from a byte array.
Definition: byteStream.h:31
virtual void serialize(DtStreamWriter &writer)
bool myNetworkBigEndian
Definition: initHla1516_2025.h:96
std::string myFedFilename
Definition: initHla1516_2025.h:90
std::string myMIM
Definition: initHla1516_2025.h:92
virtual void deserialize(DtStreamReader &reader)

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)