VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
iffDiscovery.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  enum SystemType {SystemType_OtherSysType = 0, SystemType_Transponder = 1, SystemType_Interrogator = 2, SystemType_SovietTransponder = 3, SystemType_SovietInterrogator = 4};
21 
22 
23 
24 
26  virtual ~IffDiscoveryMessage();
27 
28  virtual std::string getHostEntityIdentifier();
29  virtual void setHostEntityIdentifier(std::string val);
30 
31  virtual SystemType getSystemType();
32  virtual void setSystemType(SystemType val);
33 
34 
35 
36  virtual int messageSize();
37 
38  static DtMessage* decode(unsigned char* buffer, int length);
39  static std::string theMessageName();
40 
41 protected:
42  static std::string theFullName;
43 
46 
47  virtual void serialize(DtStreamWriter& writer);
48  virtual void deserialize(DtStreamReader& reader);
49 };

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)