VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
changeEntity.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
9 
10 #include <vrfutil/rwUUID.h>
11 
12 
13 namespace makRadio
14 {
16  {
17  public:
19  virtual ~ChangeEntityMessage();
20 
21  virtual const DtUUID& getEntityId() const;
22  virtual void setEntityId(const DtUUID& val);
23 
24  protected:
26  };
27 
28 }
29 
30 
UUID is a unique ID wrapper class.
Definition: rwUUID.h:226
DtUUID myEntityId
Definition: changeEntity.h:25
Contains the DtUUID class declaration.
#define DT_DLL_MAKRADIO
Get proper local export symbol.
Definition: export.h:17
Definition: controlMessage.h:13
Definition: changeEntity.h:15

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)