VR-Link API Documentation for HLA 1516
coLromMapper.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: coLromMapper.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 #ifndef coLromMapper_H_
9 #define coLromMapper_H_
10 
14 
15 #if DtTENA
16 
17 #include "coLromMapExport.h"
18 #include <vlutil/vlMachineTypes.h>
19 #include <vl/lromMapper.h>
20 #include <map>
21 
22 #include <vlutil/vlTime.h>
23 
24 class DtString;
25 class DtExerciseConn;
26 
30 class DT_DLL_COMMONLROM DtCommonObjectLromMapper : public DtLromMapper
31 {
32 public:
33 
35  DtCommonObjectLromMapper();
36 
38  virtual ~DtCommonObjectLromMapper();
39 
40 private:
42  DtCommonObjectLromMapper(const DtCommonObjectLromMapper& orig);
43 
45  DtCommonObjectLromMapper& operator=(const DtCommonObjectLromMapper& orig);
46 
47 public:
48 
49  virtual void init(DtExerciseConn* exConn);
50  virtual DtMessageInterface* messageInterface(const DtString& ifName);
51  virtual DtObjectInterface* objectInterface(const DtString& ifName);
52 
53 protected:
54  void initInterfaceClassesToChoose();
55 
56 protected:
57  typedef std::map<DtString, DtMessageInterface *> StringMessageInterfaceMap;
58  typedef std::map<DtString, DtObjectInterface*> StringObjectInterfaceMap;
59  StringMessageInterfaceMap myStringToMessageInterfaceMap;
60  StringObjectInterfaceMap myStringToObjectInterfaceMap;
61 };
62 
63 
64 #endif
65 #endif
66 
67 
68 

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)