VR-Link C# API Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
laserDesignatorDiscovery.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 1992-2025 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 short getDesignatorId();
32  virtual void setDesignatorId(unsigned short 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 
44  std::string myEntityId;
45  unsigned short myDesignatorId;
46 
47  virtual void serialize(DtStreamWriter& writer);
48  virtual void deserialize(DtStreamReader& reader);
49 };
unsigned short myDesignatorId
Definition: laserDesignatorDiscovery.h:45
#define LASER_DESIGNATOR_DLL
Definition: plugin.h:17
Definition: laserDesignatorDiscovery.h:18
std::string myEntityId
Definition: laserDesignatorDiscovery.h:44
static std::string theFullName
Definition: laserDesignatorDiscovery.h:42

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)