VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
emptyFomMapper.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef DtEmptyFomMapper_H_
7 #define DtEmptyFomMapper_H_
8 
11 
12 #if DtHLA
13 
14 
15 #include "hostStructs.h"
16 #include <vlutil/vlHashlist.h>
17 #include "fomMapper.h"
18 
19 
20 
26 {
27 public:
28 
32 
34  virtual ~DtEmptyFomMapper();
35 
38  virtual void init(DtExerciseConn* conn);
39 
41  DtStateDecoderFactory* dfltStateDecoderFactory();
42 
44  DtStateEncoderFactory* dfltStateEncoderFactory();
45 
47  DtInteractionDecoderFactory* dfltInteractionDecoderFactory();
48 
50  DtInteractionEncoderFactory* dfltInteractionEncoderFactory();
51 
53  DtHlaObjectFactory* dfltHlaObjectFactory();
54 
56  DtInteractionFactory* dfltInteractionFactory();
57 
58 public:
59 
62  static DtFomMapper* create(void* usr = NULL);
63 
64 protected:
65 
68 
71 
72 protected:
73 
81 };
82 
83 #endif
84 #endif
85 

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)