VR-Exchange 2.10 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrlBroker.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2016 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <broker/broker.h>
13 
14 namespace MAKVrExchange
15 {
16 
19  template <typename T_ExConn>
20  class DtVrlBroker : public DtBroker
21  {
22  public:
23 
25 
26  public:
27 
29  DtVrlBroker();
30 
32  virtual ~DtVrlBroker();
33 
35  virtual T_ExConn* connection() const;
36 
40  virtual void shutdown();
41 
42  protected:
43 
44  T_ExConn* myExConn;
45 
46  };
47 
48 }
49 
50 #define _vrlBroker_INL_
51 #include "vrlBroker.inl"
52 #undef _vrlBroker_INL_
DtVrlBroker is the base class for all brokers based on a VR-Link connection.
Definition: vrlBroker.h:20
virtual T_ExConn * connection() const
Returns a pointer to the DtExerciseConn.
DtVrlBroker< T_ExConn > ParentClass
Definition: vrlBroker.h:24
Base class for all broker objects.
Definition: broker.h:58
T_ExConn * myExConn
Definition: vrlBroker.h:44
virtual void shutdown()
Shut down the broker.
Contains the DtBroker class declaration.
virtual ~DtVrlBroker()
Virtual DTOR.

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)