VR-Link C# API Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
laserDesignatorRemoved.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 
12 #include "managedInterface/message.h"
13 
14 #include "plugin.h"
15 #include <string>
16 
17 
19 {
20 public:
21 
22 
23 
24 
27 
28  virtual std::string getEntityId();
29  virtual void setEntityId(std::string val);
30 
31  virtual unsigned char getDesignatorId();
32  virtual void setDesignatorId(unsigned char val);
33 
34 
35 
36  virtual int messageSize();
37 
38 
39  static DtMessage* decode(unsigned char* buffer, int length);
40  static std::string theMessageName();
41 
42 protected:
43  static std::string theFullName;
44 
45  std::string myEntityId;
46  unsigned char myDesignatorId;
47 
48 
49  virtual void serialize(DtStreamWriter& writer);
50  virtual void deserialize(DtStreamReader& reader);
51 };
52 

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)