VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
universalHlaObjRemoved.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
14 #pragma once
15 
17 
18 #include <string>
19 
21 {
22 public:
23 
26 
27  virtual std::string getObjectClass();
28  virtual void setObjectClass(std::string className);
29 
30  virtual std::string getObjectName();
31  virtual void setObjectName(std::string objName);
32 
33  virtual int messageSize();
34 
35  static DtMessage* decode(unsigned char* buffer, int length);
36  static std::string theMessageName();
37 
38 protected:
39  static std::string theFullName;
40 
41  std::string myObjectClass;
42  std::string myObjectName;
43 
44  virtual void serialize(DtStreamWriter& writer);
45  virtual void deserialize(DtStreamReader& reader);
46 };

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)