VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testPub.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
7 #if DtHLA
8 
10 #include "testSR.h"
11 
18 {
19 public:
20 
23  TestPublisher(DtExerciseConn* conn, const char* objName = NULL);
24 
26  virtual ~TestPublisher();
27 
31 
33  virtual TestStateRepository* tsr();
34 };
35 
36 #endif
37 
virtual TestStateRepository * tsr()
Synonym for testStateRep()
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
virtual ~TestPublisher()
destructor
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherHLA.h:34
virtual TestStateRepository * testStateRep()
Returns a pointer to the TestStateRepository - through which you can set current state information...
Instances of TestPublisher are used for local or source simulations of "Test" objects.
Definition: testPub.h:17
TestPublisher(DtExerciseConn *conn, const char *objName=NULL)
Constructor - configure base class with proper FOM class, state repositories, encoder and decoder...
Define the TestStateRepository class.
Definition: testSR.h:16
This file provides a declaration of the class DtObjectPublisher.

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)