VR-Link API Documentation for HLA 1.3
disPduFactory.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtDisPduFactory_H_
11 #define DtDisPduFactory_H_
12 
13 #if DtDIS
14 
15 #include "pduFactory.h"
16 
21 
22 class DT_DLL_VL DtDisPduFactory : public DtPduFactory
23 {
24 public:
25 
28  DtDisPduFactory();
29 
31  virtual ~DtDisPduFactory();
32 
34  DtDisPduFactory(const DtDisPduFactory& orig);
35 
37  DtDisPduFactory& operator=(const DtDisPduFactory& orig);
38 
39 public:
40 
43  static void addDis204Creators(DtPduFactory* fact);
44 
47  static void addDis214Creators(DtPduFactory* fact);
48 };
49 
50 #endif
51 #endif
52 

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)