VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfExtObjects
engineeringObjectPublisherHLA.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#if DtHLA
12
13
#include <
vrfExtObjects/controlObjectPublisher.h
>
14
#include <
vrfExtObjects/vrfExtObjectsDefines.h
>
15
17
class
DT_DLL_vrfExtObjects
DtEngineeringObjectPublisher
:
public
DtControlObjectPublisher
18
{
19
public
:
20
21
DtEngineeringObjectPublisher
(
22
DtExerciseConn* conn,
23
const
DtObjectType
& type,
24
const
DtGlobalObjectDesignator&
id
= DtGlobalObjectDesignator::nullId(),
25
const
DtEntityIdentifier& entId = DtEntityIdentifier::nullId());
26
27
// Create with region set
28
DtEngineeringObjectPublisher
(
29
DtExerciseConn* conn,
30
const
DtObjectType
& type,
31
const
DtDDMRegionSet* regionSetToUse,
32
const
DtGlobalObjectDesignator&
id
=
DtVrfObjectIdGenerator::nullId
(),
33
const
DtEntityIdentifier& entId = DtEntityIdentifier::nullId());
34
35
virtual
~
DtEngineeringObjectPublisher
();
36
37
virtual
const
char
* classToUse()
const
;
38
};
39
40
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)