VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
embeddedSystemRepository.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vl/stateRepository.h
>
13
#include <
vl/hostStructs.h
>
14
#include <
vl/packets/transmitterP.h
>
15
#include <
vlpi/disEnums.h
>
16
21
class
DT_DLL_VL
DtEmbeddedSystemRepository
:
public
DtStateRepository
22
{
23
public
:
24
26
DtEmbeddedSystemRepository
();
27
29
DtEmbeddedSystemRepository
(
const
DtEmbeddedSystemRepository
& orig);
30
32
virtual
~
DtEmbeddedSystemRepository
();
33
35
DtEmbeddedSystemRepository
&
operator=
(
36
const
DtEmbeddedSystemRepository
& orig);
37
39
virtual
DtStateRepository
*
clone
(
bool
copy)
const
;
40
41
static
DtEmbeddedSystemRepository
* create();
42
45
virtual
void
setEntityId(
const
DtEntityIdentifier
&
id
);
48
virtual
const
DtEntityIdentifier
& entityId()
const
;
49
52
virtual
void
setHostId(
const
DtGlobalObjectDesignator
&
id
);
55
virtual
const
DtGlobalObjectDesignator
& hostId()
const
;
56
58
virtual
void
setRelativePosition(
const
DtVector
& position);
60
virtual
const
DtVector
& relativePosition()
const
;
61
63
virtual
void
printData
()
const
;
64
66
virtual
void
printDataToStream
(std::ostream &stream)
const
;
67
68
protected
:
69
70
DtEntityIdentifier
myEntityId
;
71
72
#if ! DtDIS
73
DtGlobalObjectDesignator
myHostId
;
74
#endif
75
76
DtVector
myRelativePosition
;
77
78
};
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)