VR-Exchange 2.10 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
actionResponseInterface.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #if DtTENA
11 
12 #pragma once
13 
17 #include <MAK/ActionResponse/Includes.h>
18 
19 namespace MAKVrExchange
20 {
21 
22  namespace DtTenaBroker
23  {
24 
25  class DtExerciseConn;
26 
31  class DT_DLL_MAKLROM DtActionResponseInterface : public DtMessageInterface
32  {
33  public:
34 
36  DtActionResponseInterface();
37 
39  virtual ~DtActionResponseInterface();
40 
42  virtual void send( const DtInteraction& inter, DtExerciseConn& exConn ) const;
43 
45  virtual void addCallback( DtExerciseConn* conn, void* usr );
46 
48  virtual void removeCallback( DtExerciseConn* conn, void* usr );
49 
52  static void encode( const DtActionResponseInteraction& inter,
53  MAK::ActionResponse::Pointer msgPtr, const DtGlobalObjectDesignator& messageId );
54 
57  static void decode( const MAK::ActionResponse::Pointer msgPtr,
58  DtActionResponseInteraction* inter );
59 
60  };
61 
62  }
63 }
64 
65 #endif // DtTENA
Contains the TENA DtMessageInterface class declaration.
Contains the DtActionResponseInteraction class declaration.
#define DT_DLL_MAKLROM
Definition: makLromMapExport.h:26

Document ID: Generated on Mon May 25 18:45:12 EDT 2026 from SVN revision 289111
Copyright © 2005-2026 MAK Technologies. All Rights Reserved (www.mak.com)