VR-Link API Documentation for HLA 1.3
rprLromMapper.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: rprLromMapper.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 #ifndef rprLromMapper_H_
9 #define rprLromMapper_H_
10 
11 #if DtTENA
12 
13 #include "makLromMapExport.h"
14 #include <vlutil/vlMachineTypes.h>
15 #include <vl/lromMapper.h>
17 #include <map>
18 
19 #include <MAK/ClockTime/Includes.h>
20 #include <vlutil/vlTime.h>
21 
22 class DtString;
23 class DtExerciseConn;
24 class DtRadioReceiverInterface;
25 
27 class DT_DLL_MAKLROM DtRprLromMapper : public DtLromMapper
28 {
29 public:
30 
32  DtRprLromMapper();
33 
35  virtual ~DtRprLromMapper();
36 
37 private:
39  DtRprLromMapper(const DtRprLromMapper& orig);
40 
42  DtRprLromMapper& operator=(const DtRprLromMapper& orig);
43 
44 public:
45 
46  virtual void init(DtExerciseConn* exConn);
47  virtual DtMessageInterface* messageInterface(const DtString& ifName);
48  virtual DtObjectInterface* objectInterface(const DtString& ifName);
49 
50  static DtTime setRealTimeFromClockTime(
51  const MAK::ClockTime::Pointer clockTime);
52 
53  static MAK::ClockTime::Pointer setClockTimeFromRealTime(
54  const DtTime realTime);
55 
56  virtual void initInterfaceClassesToChoose();
57 
58 protected:
59 
60  typedef std::map<DtString, DtMessageInterface *> StringMessageInterfaceMap;
61  typedef std::map<DtString, DtObjectInterface*> StringObjectInterfaceMap;
62  StringMessageInterfaceMap myStringToMessageInterfaceMap;
63  StringObjectInterfaceMap myStringToObjectInterfaceMap;
64 };
65 
66 
67 #endif
68 #endif
69 
70 
71 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)