VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entityRemoved.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 ~EntityRemovedMessage();
26 
27  virtual std::string getId();
28  virtual void setId(std::string val);
29 
30 
31 
32  virtual int messageSize();
33 
34  static DtMessage* decode(unsigned char* buffer, int length);
35  static std::string theMessageName();
36 
37 protected:
38  static std::string theFullName;
39 
40  std::string myId;
41 
42  virtual void serialize(DtStreamWriter& writer);
43  virtual void deserialize(DtStreamReader& reader);
44 };
static std::string theFullName
Definition: entityRemoved.h:38
virtual int messageSize()
this function needs to be in each derived class for decoding
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
std::string myId
Definition: entityRemoved.h:40
Defines the base class for all messages that are sent to and from C#.
This is the DtMessage class.
Definition: message.h:20
Definition: entityRemoved.h:17
Instances of DtStreamWriter encode values into a byte array.
Definition: byteStream.h:74
Instances of DtStreamReader decode values from a byte array.
Definition: byteStream.h:31
virtual void serialize(DtStreamWriter &writer)
virtual void deserialize(DtStreamReader &reader)

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)