VR-Forces 4.8 Class Documentation
 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 <vlpi/entityIdentifier.h>
11 
12 
13 namespace makRadio
14 {
16  {
17  public:
19  virtual ~ChangeEntityMessage();
20 
21  virtual DtEntityIdentifier getEntityId() const;
22  virtual void setEntityId(DtEntityIdentifier val);
23 
24  protected:
25  DtEntityIdentifier myEntityId;
26  };
27 
28 }
29 
30 
#define DT_DLL_MAKRADIO
Get proper local export symbol.
Definition: export.h:17
Definition: controlMessage.h:13
Definition: changeEntity.h:15
DtEntityIdentifier myEntityId
Definition: changeEntity.h:25

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)