VR-Forces 4.6.1 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
vrfmsgs
ifEmbarkObject.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 <
vrfExtProtocol/simInterfaceContent.h
>
12
#include <vlutil/vlNetTypes.h>
13
#include <vlpi/netStructs.h>
14
#include <
vrfutil/rwUUID.h
>
15
21
#include "
vrfmsgs/vrfmsgsDefines.h
"
22
class
DT_DLL_vrfmsgs
DtIfEmbarkObject
:
public
DtSimInterfaceContent
23
{
24
25
public
:
27
DtIfEmbarkObject
();
28
30
DtIfEmbarkObject
(
31
const
DtIfEmbarkObject
& orig);
32
34
const
DtIfEmbarkObject
&
operator=
(
35
const
DtIfEmbarkObject
& orig);
36
37
virtual
~
DtIfEmbarkObject
();
38
40
virtual
int
type
()
const
;
41
43
virtual
DtSimInterfaceContent
*
clone
()
const
;
44
45
virtual
void
setEmbarkObject(
const
DtUUID
&);
46
virtual
const
DtUUID
& embarkObject()
const
;
47
48
virtual
void
setParent(
const
DtUUID
&);
49
virtual
const
DtUUID
& parent()
const
;
50
51
virtual
void
setLoadOverride(
bool
);
52
virtual
bool
loadOverride()
const
;
53
55
virtual
void
setUseSlotIfAvailable(
bool
);
56
virtual
bool
useSlotIfAvailable()
const
;
57
58
virtual
void
setLoadOverridePosition(
const
DtVector
&);
59
virtual
const
DtVector
& loadOverridePosition()
const
;
60
62
virtual
int
netRepSize
()
const
;
63
65
virtual
bool
setFromNet
(
const
char
* contentBuffer,
unsigned
contentSize);
66
69
virtual
bool
setToNet
();
70
73
virtual
void
printDataToString
(
DtString
& str);
74
77
virtual
void
setEmbarkInSlot(
int
);
78
virtual
int
embarkInSlot()
const
;
79
80
virtual
void
setChooseAnyAvailableSlotIfTaken(
bool
);
81
virtual
bool
chooseAnyAvailableSlotIfTaken()
const
;
82
86
static
DtSimInterfaceContent
* creator();
87
88
protected
:
89
DtUUID
myEmbarkObject
;
90
DtUUID
myParent
;
91
bool
myLoadOverride
;
92
bool
myUseSlotIfAvailable
;
93
DtVector
myLoadOverridePosition
;
94
int
myEmbarkInSlot
;
95
bool
myChooseAnyAvailableIfSlotTaken
;
96
};
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)