VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
genericPub.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef genericPub_H_
11
#define genericPub_H_
12
13
#if DtHLA
14
15
#include "
hObjPub.h
"
16
#include "
genericSR.h
"
17
18
26
class
DT_DLL_VL
DtGenericObjectPublisher
:
public
DtObjectPublisher
27
{
28
public
:
29
32
DtGenericObjectPublisher
(
DtExerciseConn
* conn,
33
const
char
* className,
34
const
char
* objName = 0,
35
const
DtDDMRegionSet
* regionSetToUse = 0);
36
38
virtual
~
DtGenericObjectPublisher
();
39
42
virtual
DtGenericStateRepository
* genericStateRep();
43
45
virtual
DtGenericStateRepository
* gsr();
46
47
protected
:
48
50
DtGenericObjectPublisher
(
const
DtGenericObjectPublisher
&other);
51
53
DtGenericObjectPublisher
&
operator=
(
const
DtGenericObjectPublisher
&other);
54
55
};
56
57
#endif
58
#endif
59
60
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)