VR-Forces 4.3 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) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: objMapEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtObjectMapEntry_H_
13
#define DtObjectMapEntry_H_
14
15
#include "
vrfutil/readerWriter.h
"
16
#include <vl/hostStructs.h>
17
#include "
vrfutil/rwString.h
"
18
#include "
vrfutil/rwSimulationAddress.h
"
19
20
26
27
#include "
vrfutil/vrfutilDefines.h
"
28
class
DT_DLL_vrfutil
DtObjectMapEntry
:
public
DtReaderWriter
29
{
30
public
:
31
33
DtObjectMapEntry
();
34
35
DtObjectMapEntry
(
const
DtString
& name,
const
DtSimulationAddress& address);
36
37
DtObjectMapEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
38
parentRegistry = 0);
39
41
virtual
~
DtObjectMapEntry
();
42
44
DtObjectMapEntry
(
const
DtString
& name,
const
DtObjectMapEntry
& orig,
45
DtReaderWriterRegistry
* parentRegistry = 0);
46
48
DtObjectMapEntry
&
operator=
(
const
DtObjectMapEntry
& orig);
49
50
virtual
DtObjectMapEntry
* clone(
const
DtString
& name,
51
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
52
54
virtual
const
DtSimulationAddress& address();
55
57
virtual
void
setAddress(
const
DtSimulationAddress& address);
58
60
virtual
const
DtString
&
name
();
61
62
protected
:
63
64
DtRwSimulationAddress
myAddress
;
65
DtRwString
myName
;
66
};
67
68
#endif
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)