VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedGenericObject.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef DtReflectedGenericObject_H_
11 #define DtReflectedGenericObject_H_
12 
13 #if DtHLA
14 
15 #include "reflectedObjectHLA.h"
16 #include "stateRepository.h"
17 
23 typedef void (*DtGenericObjectCallbackFunction)
24  (DtReflectedGenericObject* obj, void* userData);
25 
34 {
35 public:
36 
39 
41  virtual ~DtReflectedGenericObject();
42 
45  virtual DtStateRepository* genericStateRep() const;
46 
48  virtual DtStateRepository* gsr() const;
49 
52  virtual DtReflectedGenericObject* next() const;
53  virtual DtReflectedGenericObject* prev() const;
54  virtual DtReflectedGenericObject* wrapNext() const;
55  virtual DtReflectedGenericObject* wrapPrev() const;
56 
58  virtual void addPostUpdateCallback(
59  DtGenericObjectCallbackFunction cb, void* userData);
60  virtual void removePostUpdateCallback(
61  DtGenericObjectCallbackFunction cb, void* userData);
62 
63 protected:
64 
67 
70 
71 };
72 
73 #endif
74 #endif
75 
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(* DtGenericObjectCallbackFunction)(DtReflectedGenericObject *obj, void *userData)
Definition: reflectedGenericObject.h:24
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 is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtReflectedGenericObject are used to represent "GenericObject" objects simulated remotel...
Definition: reflectedGenericObject.h:33
This file provides a declaration of the class DtReflectedObject.

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)