VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tdlNetworkMessageHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrfGuiCore/vrfGuiCore.h>
12 #include <vrvCore/DtUniqueID.h>
13 
14 namespace makVrv
15 {
16  class DtDe;
17 }
18 
19 namespace makVrf
20 {
21  class DtTDLGenericNetworkMessage;
22  class DtTDLPPLIMessage;
23 
25  {
26  public:
29 
31  virtual ~DtTDLNetworkMessageHandler();
32 
34  virtual void tdlMessageReceived(const DtTDLGenericNetworkMessage&);
35 
37  virtual void tdlMessageReceived(const DtTDLPPLIMessage&);
38 
39  protected:
42  };
43 
44 }
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
There are certain TDL messages that are indicators of locational display and symbol creation...
Definition: tdlGenericNetworkMessage.h:66
makVrv::DtDe & myDe
Definition: tdlNetworkMessageHandler.h:40
Definition: tdlGenericNetworkMessage.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtUniqueID type.
Definition: tdlNetworkMessageHandler.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
makVrv::DtUniqueID myId
Definition: tdlNetworkMessageHandler.h:41

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)