VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
testObj
testPub.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
9
#include <
vl/objectPublisherHLA.h
>
10
#include "
testSR.h
"
11
17
class
TestPublisher
:
public
DtObjectPublisher
18
{
19
public
:
20
23
TestPublisher
(
DtExerciseConn
* conn,
const
char
* objName = NULL);
24
26
virtual
~TestPublisher
();
27
30
virtual
TestStateRepository
*
testStateRep
();
31
33
virtual
TestStateRepository
*
tsr
();
34
};
35
36
#endif
37
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)