WebLVC 1.7d 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 VT MAK
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 Wed Jun 21 15:05:44 EDT 2023 from SVN revision 256253
Copyright © 2005-2023 MAK Technologies. All Rights Reserved (www.mak.com)