VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
servicePublisherHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **hpubHeader.tlt
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <vl/objectPublisherHLA.h>
15 #include <vlutil/vlMachineTypes.h>
16 
17 
18 
20 
26 {
27 public:
29  typedef DtServiceStateRepository* (*DtStateRepCreator)();
30 
31 public:
34  DtServiceStateRepository* stateRepToUse,
35  DtExerciseConn* conn,
36  const char* name = 0,
37  const DtDDMRegionSet* regionSetToUse = 0);
38 
41  RTI::ObjectClassHandle h,
42  DtExerciseConn* conn,
43  const char* name = 0,
44  const DtDDMRegionSet* regionSetToUse = 0);
45 
48  DtExerciseConn* conn,
49  const char* name = 0,
50  const DtDDMRegionSet* regionSetToUse = 0);
51 
58 
60  static const char * objectClassName();
61 
63  virtual ~DtServicePublisher();
64 
65 private:
68 
71  const DtServicePublisher& orig);
72 
73 public:
74 
77  virtual DtServiceStateRepository* serviceStateRep();
78 
80  virtual DtServiceStateRepository* ssr();
81 
82 public:
84  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
85 
86 protected:
87  static DtStateRepCreator theStateRepCreator;
88 };
89 
91 {
93 }
94 
96 {
98 }
99 
100 
101 
102 #endif
DtStateRepository * myStateRep
Definition: objectPublisherHLA.h:221
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtStateRepCreator theStateRepCreator
Definition: servicePublisherHLA.h:87
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
virtual DtServiceStateRepository * ssr()
Synonym for serviceStateRep().
Definition: servicePublisherHLA.h:95
Instances of DtServiceStateRepository are used to store state data for METOC_Root.Service objects.
Definition: serviceStateRepository.h:30
Instances of DtServicePublisher publish METOC_Root.Service objects to the network.
Definition: servicePublisherHLA.h:25
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
This file provides a declaration of the class DtObjectPublisher.
This file contains typedefs for machine dependant types.
class DtHlaObjectWithStateRep:
Definition: hlaObjectWithStateRep.h:28
virtual DtServiceStateRepository * serviceStateRep()
Returns a pointer to the DtServiceStateRepository - through which you can set or inspect current stat...
Definition: servicePublisherHLA.h:90

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)