VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedVRLinkStateHLA.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2022 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include "reflectedObjectHLA.h"
15 
18 
21 typedef void (*DtVRLinkStateCallbackFunction)(DtReflectedVRLinkState* obj, void* userData);
22 
26 {
27 public:
29  typedef DtVRLinkStateStateRepository* (*DtStateRepCreator)();
30 
31 public:
34 
36  virtual ~DtReflectedVRLinkState();
37 
39  virtual DtVRLinkStateStateRepository* vrlinkStateStateRep() const;
40 
42  virtual DtVRLinkStateStateRepository* vsr() const;
43 
45  virtual DtReflectedVRLinkState* next() const;
46 
48  virtual DtReflectedVRLinkState* prev() const;
49 
52  virtual DtReflectedVRLinkState* wrapNext() const;
53 
56  virtual DtReflectedVRLinkState* wrapPrev() const;
57 
59  virtual void addPostUpdateCallback(DtVRLinkStateCallbackFunction cb, void* userData);
60 
62  virtual void removePostUpdateCallback(DtVRLinkStateCallbackFunction cb, void* userData);
63 
64 public:
66  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
67 
68 protected:
71 
74 
75 protected:
77  static DtStateRepCreator theStateRepCreator;
78 };
79 
81 {
83 }
84 
86 {
88 }
89 
90 #endif
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
void(* DtVRLinkStateCallbackFunction)(DtReflectedVRLinkState *obj, void *userData)
Signature of the callback function that takes a DtReflectedVRLinkState and user data.
Definition: reflectedVRLinkStateHLA.h:21
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
This file provides a declaration of the class DtReflectedObject.

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)