VR-Forces 4.5 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
vrfutil
objectMapEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/readerWriter.h
"
12
#include <vl/hostStructs.h>
13
#include "
vrfutil/rwString.h
"
14
#include "
vrfutil/rwSimulationAddress.h
"
15
#include "
vrfutil/rwUUID.h
"
16
22
23
#include "
vrfutil/vrfutilDefines.h
"
24
class
DT_DLL_vrfutil
DtObjectMapEntry
:
public
DtReaderWriter
25
{
26
public
:
27
29
DtObjectMapEntry
();
30
31
DtObjectMapEntry
(
const
DtUUID
&,
const
DtSimulationAddress& address);
32
33
DtObjectMapEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
34
parentRegistry = 0);
35
37
virtual
~
DtObjectMapEntry
();
38
40
DtObjectMapEntry
(
const
DtString
& name,
const
DtObjectMapEntry
& orig,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
DtObjectMapEntry
&
operator=
(
const
DtObjectMapEntry
& orig);
45
46
virtual
DtObjectMapEntry
* clone(
const
DtString
& name,
47
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
48
50
virtual
const
DtSimulationAddress& address();
51
53
virtual
void
setAddress(
const
DtSimulationAddress& address);
54
56
virtual
const
DtUUID
& uuid();
57
61
virtual
const
char
*
readerWriterType
()
const
;
62
64
static
const
char
*
theXmlType
();
65
66
virtual
const
char
*
xmlType
()
const
67
{
68
return
theXmlType
();
69
}
70
71
protected
:
72
73
DtRwSimulationAddress
myAddress
;
74
DtRwUUID
myUUID
;
75
};
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)