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 #pragma once
11 
12 #if DtDIS
13 
14 #include "pduFactory.h"
15 
20 
21 class DT_DLL_VL DtDisPduFactory : public DtPduFactory
22 {
23 public:
24 
27  DtDisPduFactory();
28 
30  virtual ~DtDisPduFactory();
31 
33  DtDisPduFactory(const DtDisPduFactory& orig);
34 
36  DtDisPduFactory& operator=(const DtDisPduFactory& orig);
37 
38 public:
39 
42  static void addDis204Creators(DtPduFactory* fact);
43 
46  static void addDis214Creators(DtPduFactory* fact);
47 
49  static void addDis7Creators(DtPduFactory* fact);
50 
51 };
52 
53 #endif

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)