VR-Exchange 2.9 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pLoggerPauseInteraction.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vlutil/vlNetTypes.h>
14 #include <vlutil/vlString.h>
15 #include <matrix/vlVector.h>
16 
17 namespace MAKVrExchange
18 {
19 
20  class DtPortalConnection;
21 
28  {
29  public:
30 
32  typedef void (*functionCallback_type) (
33  const DtPortalLoggerPauseInteraction& interaction, void* usr );
34 
37 
40 
42  static void addCallback( DtPortalConnection* connection,
43  functionCallback_type callbackFunction, void* usr );
44 
46  static void removeCallback( DtPortalConnection* connection,
47  functionCallback_type callbackFunction, void* usr );
48 
49  public:
50 
52 
53  static DtPortalMessage* create();
54 
55  };
56 
57 
59  {
60  return new DtPortalLoggerPauseInteraction();
61  }
62 
63 }
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
Contains the DtPortalLoggerControlInteraction class declaration.
The base class for all messages passed through the portal.
Definition: pMessage.h:66
static DtPortalMessage * create()
Definition: pLoggerPauseInteraction.h:58
Represents a logger Pause event.
Definition: pLoggerPauseInteraction.h:26
Connects a broker to the Portal Data Exchange.
Definition: pConnection.h:49
static const DtPortalMessageKind theKind
Definition: pLoggerPauseInteraction.h:51
Represents a logger control event.
Definition: pLoggerControlInteraction.h:26
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23

Document ID: Generated on Tue Jun 25 16:45:35 EDT 2024 from SVN revision 267383
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)