VR-Link API Documentation for DIS
 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 MAK Technologies, Inc
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 
24 class ReflectedTest : public DtReflectedObject
25 {
26 public:
27 
29  ReflectedTest(DtHlaObject* obj, DtExerciseConn* conn);
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 
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
void * prev() const
Definition: vlList.h:277
void * wrapNext() const
Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit...
Definition: vlList.h:282
void * wrapPrev() const
Definition: vlList.h:288

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)