VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rprHlaObjectFactory.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtRprHlaObjectFactory_H_
11 #define DtRprHlaObjectFactory_H_
12 
13 #if DtHLA
14 
15 #include "hlaObjectFactory.h"
16 
17 
18 
19 
22 
23 class DT_DLL_VL DtRprHlaObjectFactory : public DtHlaObjectFactory
24 {
25 public:
26 
28  DtRprHlaObjectFactory(DtExerciseConn* conn);
29 
31  virtual ~DtRprHlaObjectFactory();
32 
33 protected:
34 
36  DtRprHlaObjectFactory(const DtRprHlaObjectFactory& orig);
37 
39  DtRprHlaObjectFactory& operator=(const DtRprHlaObjectFactory& orig);
40 };
41 
42 #endif
43 #endif
44 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file provides a declaration of the class DtHlaObjectFactory.

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)