VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfGuiVrlinkNetworkInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrv
17 {
18  namespace DT_PROTOCOL_NAMESPACE
19  {
20  class DtVrlinkConnection;
21  }
22 }
23 
24 namespace makVrf
25 {
26  namespace VRF_PROTOCOL_NAMESPACE
27  {
30  {
31  public:
32  DtVrfGuiVrlinkNetworkInterface(DtExerciseConn*, bool usePerformanceCounter = true);
33 
35 
36  static DtVrlinkNetworkInterface* creator(DtExerciseConn*, bool usePerformanceCounter = true);
37 
38  virtual void setConnection(makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection*);
40  {
41  return myConnection;
42  }
43 
44  protected:
45  virtual const DtVrfObjectParameters* lookupParameterEntry(const DtObjectType& ot) const;
46 
47  protected:
49  };
50  }
51 }
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:63
#define VRF_PROTOCOL_EXPORT
Definition: vrfProtocol.h:24
Definition: objectType.h:27
#define DT_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition: vrfDis.h:17
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)