VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
refTest.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
7 #if DtHLA
8 
10 #include "testSR.h"
11 
15 class ReflectedTest;
16 typedef void (*TestCallbackFunction)(ReflectedTest* obj, void* userData);
17 
25 {
26 public:
27 
30 
32  virtual ~ReflectedTest();
33 
36  virtual TestStateRepository* testStateRep() const;
37 
39  virtual TestStateRepository* tsr() const;
40 
43  virtual ReflectedTest* next() const;
44  virtual ReflectedTest* prev() const;
45  virtual ReflectedTest* wrapNext() const;
46  virtual ReflectedTest* wrapPrev() const;
47 
49  virtual void addPostUpdateCallback(
50  TestCallbackFunction cb, void* userData);
51  virtual void removePostUpdateCallback(
52  TestCallbackFunction cb, void* userData);
53 };
54 
55 #endif
56 
57 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
virtual ReflectedTest * wrapPrev() const
virtual void addPostUpdateCallback(TestCallbackFunction cb, void *userData)
Registration/deregistration of postUpdate callbacks.
void(* TestCallbackFunction)(ReflectedTest *obj, void *userData)
Definition: refTest.h:16
virtual TestStateRepository * testStateRep() const
Returns a pointer to the TestStateRepository, through which you can inspect current state information...
virtual TestStateRepository * tsr() const
Synonym for testStateRep()
virtual void removePostUpdateCallback(TestCallbackFunction cb, void *userData)
ReflectedTest(DtHlaObject *obj, DtExerciseConn *conn)
constructor
Instances of ReflectedTest are used to represent "Test" objects simulated remotely, that we hear about through the RTI.
Definition: refTest.h:24
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 ~ReflectedTest()
destructor
virtual ReflectedTest * next() const
Functions to get the next and previous objects in the list.
Define the TestStateRepository class.
Definition: testSR.h:16
virtual ReflectedTest * prev() const
virtual ReflectedTest * wrapNext() const
This file provides a declaration of the class DtReflectedObject.

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)