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
vrfobjcore
localEngineeringObjectNetInterface.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
#ifdef DtHLA
12
13
#include "
vrfobjcore/remoteExtendedPropertiesNetInterface.h
"
14
#include "
vrfobjcore/localExtendedPropertiesNetInterface.h
"
15
#include "
vrfobjcore/simLocalControlObjectNetInterface.h
"
16
#include "
vrfExtObjects/controlObjectRepository.h
"
17
#include "
vrfExtObjects/engineeringObjectPublisherHLA.h
"
18
20
class
DT_DLL_vrfobjcore
DtLocalEngineeringObjectNetInterface
:
public
21
DtLocalExtendedPropertiesNetInterface
<DtSimLocalControlObjectNetInterface, DtControlObjectRepository>
22
{
23
protected
:
24
26
DtLocalEngineeringObjectNetInterface
();
27
28
public
:
29
31
DtLocalEngineeringObjectNetInterface
(
const
DtString
& name,
32
DtVrfObject
* simObject,
33
DtReaderWriterRegistry
* parentRegistry = 0,
34
bool
publishObject =
true
);
35
37
DtLocalEngineeringObjectNetInterface
(
const
38
DtLocalEngineeringObjectNetInterface
& orig,
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
const
DtLocalEngineeringObjectNetInterface
&
operator=
(
const
43
DtLocalEngineeringObjectNetInterface
& orig);
44
46
virtual
~
DtLocalEngineeringObjectNetInterface
();
47
50
virtual
DtEnvironmentProcessPublisher* _createPublisher(
const
DtEntityIdentifier&
id
= DtEntityIdentifier::nullId())
const
;
51
54
virtual
DtString
type()
const
;
55
56
static
DtSimObjectNetInterface
*
creator
(
const
DtString
& name,
57
DtVrfObject
* simObject,
58
DtReaderWriterRegistry
* parentRegistry,
59
bool
publishObject);
60
61
};
62
63
#endif
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)