VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedArealObjectHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #ifndef reflectedArealObjectHLA_H_
8 #define reflectedArealObjectHLA_H_
9 
10 #if DtHLA
11 
12 #include "arealObjectRepository.h"
13 #include "reflectedObjectHLA.h"
14 
19 
24  DtReflectedArealObject* obj, void* userData);
25 
30 
32 {
33 public:
34 
36  typedef DtArealObjectRepository* (*DtStateRepCreator)();
37 
38 public:
39 
42 
44  virtual ~DtReflectedArealObject();
45 
47  virtual DtArealObjectRepository* arealObjectRep() const;
48 
50  virtual DtArealObjectRepository* aosr() const;
51 
53  virtual DtReflectedArealObject* next() const;
54 
56  virtual DtReflectedArealObject* prev() const;
57 
60  virtual DtReflectedArealObject* wrapNext() const;
61 
64  virtual DtReflectedArealObject* wrapPrev() const;
65 
67  virtual void addPostUpdateCallback(
68  DtArealObjectCallbackFunction cb, void* userData);
69 
70  virtual void removePostUpdateCallback(
71  DtArealObjectCallbackFunction cb, void* userData);
72 
73 public:
74 
76  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
77 
78 protected:
79 
82 
85 
86 protected:
87 
88  static DtStateRepCreator theStateRepCreator;
89 };
90 
92 {
94 }
95 
97 {
99 }
100 
101 #endif //hReflArealObj_H_
102 #endif //DtHLA
103 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
Contains the DtArealObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
void(* DtArealObjectCallbackFunction)(DtReflectedArealObject *obj, void *userData)
Definition: reflectedArealObjectHLA.h:23
static DtStateRepCreator theStateRepCreator
Definition: reflectedArealObjectHLA.h:88
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:56
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
virtual DtArealObjectRepository * arealObjectRep() const
Get the areal object's state repository.
Definition: reflectedArealObjectHLA.h:91
virtual DtArealObjectRepository * aosr() const
Synonym for arealObjectRep().
Definition: reflectedArealObjectHLA.h:96
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
Instances of DtArealObjectRepository are used to maintain state information needed by areal object en...
Definition: arealObjectRepository.h:30
This file provides a declaration of the class DtReflectedObject.
class DtReflectedArealObject:
Definition: reflectedArealObjectHLA.h:31

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)