VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
beamRemoved.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 ~BeamRemovedMessage();
26 
27  virtual unsigned char getBeamIdNumber();
28  virtual void setBeamIdNumber(unsigned char val);
29 
30  virtual unsigned char getEmitterIdNumber();
31  virtual void setEmitterIdNumber(unsigned char val);
32 
33  virtual std::string getEntityIdentifier();
34  virtual void setEntityIdentifier(std::string val);
35 
36  virtual std::string getHostEntityIdentifier();
37  virtual void setHostEntityIdentifier(std::string val);
38 
39 
40 
41  virtual int messageSize();
42 
43  static DtMessage* decode(unsigned char* buffer, int length);
44  static std::string theMessageName();
45 
46 protected:
47  static std::string theFullName;
48 
49  unsigned char myBeamIdNumber;
50  unsigned char myEmitterIdNumber;
51  std::string myEntityIdentifier;
53 
54  virtual void serialize(DtStreamWriter& writer);
55  virtual void deserialize(DtStreamReader& reader);
56 };

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)