VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
networkMessageInterfaceHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <vrvCore/DtUniqueID.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace makVrf
23 {
24  class DtNetworkMessageInterface;
25  class DtNetworkMessageAgentInterface;
26 
28  {
29  public:
32 
35 
37  virtual void messageReceived(const DtNetworkMessageAgentInterface&);
38 
39  protected:
42  };
43 
44 }
makVrv::DtUniqueID myId
Definition: networkMessageInterfaceHandler.h:41
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Definition: networkMessageInterfaceHandler.h:27
makVrv::DtDe & myDe
Definition: networkMessageInterfaceHandler.h:40
The DtNetworkMessageAgentInterface class wraps a DtNetworkMessageInterface that can be transported ov...
Definition: networkMessageInterface.h:51
Contains makVrv::DtUniqueID type.
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:70

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)