VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
simLocalControlObjectWithPropertiesNetInterface.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjcore/localExtendedPropertiesNetInterface.h
"
15
#include "
vrfobjcore/simLocalControlObjectNetInterface.h
"
16
#include "
vrfobjcore/vrfNetInterfaceTypes.h
"
17
#include "
vrfExtendedProperties/extendedPropertiesControlObjectStateRepository.h
"
18
21
class
DT_DLL_vrfobjcore
DtSimLocalControlObjectWithPropertiesNetInterface
:
public
22
DtLocalExtendedPropertiesNetInterface
<DtSimLocalControlObjectNetInterface, DtExtendedPropertiesControlObjectStateRepository>
23
{
24
protected
:
25
27
DtSimLocalControlObjectWithPropertiesNetInterface
();
28
29
public
:
30
32
DtSimLocalControlObjectWithPropertiesNetInterface
(
const
DtString
& name,
33
DtVrfObject
* vrfObject,
34
DtReaderWriterRegistry
* parentRegistry = 0,
35
bool
publishObject =
true
);
36
38
DtSimLocalControlObjectWithPropertiesNetInterface
(
const
39
DtSimLocalControlObjectWithPropertiesNetInterface
& orig,
40
DtReaderWriterRegistry
* parentRegistry = 0);
41
43
const
DtSimLocalControlObjectWithPropertiesNetInterface
&
operator=
(
const
44
DtSimLocalControlObjectWithPropertiesNetInterface
& orig);
45
47
virtual
~
DtSimLocalControlObjectWithPropertiesNetInterface
();
48
51
virtual
DtString
type()
const
;
52
53
static
DtSimObjectNetInterface
*
creator
(
const
DtString
& name,
54
DtVrfObject
* vrfObject,
55
DtReaderWriterRegistry
* parentRegistry,
56
bool
publishObject);
57
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)