VR-Exchange 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pResupplyReceivedInteraction.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2015 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace MAKVrExchange
16 {
17 
18  class DtPortalConnection;
19 
24  {
25  public:
26 
28  typedef void (*functionCallback_type) (
29  const DtPortalResupplyReceivedInteraction& interaction, void* userData );
30 
33 
36 
38  static void addCallback( DtPortalConnection* connection,
39  functionCallback_type callbackFunction, void* userData );
40 
42  static void removeCallback( DtPortalConnection* connection,
43  functionCallback_type callbackFunction, void* userData );
44 
46 
47  static DtPortalMessage* create();
48 
49  };
50 
51 
53  {
55  }
56 
57 }
Portal ResupplyReceived Interaction class.
Definition: pResupplyReceivedInteraction.h:22
static DtPortalMessage * create()
Definition: pResupplyReceivedInteraction.h:52
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
The base class for all messages passed through the portal.
Definition: pMessage.h:65
Portal Supply Interaction class.
Definition: pSupplyInteraction.h:22
Connects a broker to the Portal Data Exchange.
Definition: pConnection.h:49
static const DtPortalMessageKind theKind
Definition: pResupplyReceivedInteraction.h:45
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
Contains the DtPortalSupplyInteraction class declaration.

Document ID: Generated on Mon Apr 19 15:55:22 EDT 2021 from SVN revision 227909
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)