VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
epFomMap.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
7 #if DtHLA
8 
9 #include <vlutil/vlConfig.h>
10 #include <vl/rprFomMapper.h>
11 
12 #endif
13 
14 namespace makVrv
15 {
16  namespace DT_PROTOCOL_NAMESPACE
17  {
18 #if DtHLA
19  class DL_DLL_IGCONVRLINK EpFomMapper : public DtRprFomMapper
22  {
23  public:
24 
25  // Default constructor - most initialization is delayed until init() is
26  // called.
27  EpFomMapper(double vers = 1.0, int rev = 1);
28 
29  // Destructor
30  virtual ~EpFomMapper();
31 
32  // Virtual function override. init actually initializes most data. It is
33  // called from DtExerciseConn constructor. Required.
34  virtual void init(DtExerciseConn* conn);
35  protected:
36 
37  // Copy Ctor Not implemented
38  EpFomMapper(const EpFomMapper&orig);
39 
40  EpFomMapper &operator=(const EpFomMapper &orig);
41  };
42 #endif
43  }
44 }
45 
DL_DLL_IGCONVRLINK void init(DtDe &anIG)
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
#define DT_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition: vrfDis.h:17

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)