VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genericObjectPublisher.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 genericObjectPublisher_H_
11 #define genericObjectPublisher_H_
12 
13 #if DtHLA
14 
15 #include "objectPublisherHLA.h"
16 #include "stateRepository.h"
17 
18 
27 {
28 public:
29 
33  const char* className,
34  const char* objName = 0,
35  const DtDDMRegionSet* regionSetToUse = 0);
36 
38  virtual ~DtGenericObjectPublisher();
39 
42  virtual DtStateRepository* genericStateRep();
43 
45  virtual DtStateRepository* gsr();
46 
47 protected:
48 
51 
54 
55 };
56 
57 #endif
58 #endif
59 
60 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherHLA.h:34
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region13.h:34
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
This file provides a declaration of the class DtObjectPublisher.
Instances of DtGenericObjectPublisher are used for local or source simulations of objects for which a...
Definition: genericObjectPublisher.h:26

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)