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
vrfmsgs
ifSubordinateList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifSubordList.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtIfSubordinateList_H_
13
#define DtIfSubordinateList_H_
14
15
#include <
vrfExtProtocol/simInterfaceContent.h
>
16
#include <vlutil/vlString.h>
17
#include <
vrfExtProtocol/objectType.h
>
18
#include <vlpi/disEnums.h>
19
#include <vlutil/vlList.h>
20
#include <list>
21
#include "
vrfmsgs/vrfmsgsDefines.h
"
22
#include <
vrfmsgs/messageTypes.h
>
23
#include <vl/hostStructs.h>
24
#include "
vrfutil/subordinateObjectsList.h
"
25
33
34
class
DT_DLL_vrfmsgs
DtIfSubordinateList
:
public
DtSimInterfaceContent
35
{
36
public
:
37
39
DtIfSubordinateList
();
40
42
virtual
~
DtIfSubordinateList
();
43
45
DtIfSubordinateList
(
const
DtIfSubordinateList
& orig);
46
48
DtIfSubordinateList
&
operator=
(
const
DtIfSubordinateList
& orig);
49
51
virtual
DtSimInterfaceContent
*
clone
()
const
;
52
55
virtual
int
type
()
const
;
56
59
virtual
unsigned
long
requestId()
const
;
60
virtual
void
setRequestId(
unsigned
long
requestId);
61
63
virtual
void
setEntityId(
const
DtEntityIdentifier&
id
);
64
virtual
const
DtEntityIdentifier & entityId()
const
;
65
67
virtual
void
setSubordinateObjects(
const
DtSubordinateObjectsList
& subordinateObjects);
68
virtual
const
DtSubordinateObjectsList
& subordinateObjects()
const
;
69
70
virtual
int
netRepSize
()
const
;
71
virtual
bool
setFromNet
(
const
char
* contentBuffer,
72
unsigned
contentSize);
73
virtual
bool
setToNet
();
74
75
virtual
void
printDataToString
(
DtString
& str);
76
77
static
DtSimInterfaceContent
* creator();
78
79
protected
:
80
81
82
protected
:
83
DtU32
myRequestId
;
84
DtEntityIdentifier
myEntId
;
85
DtSubordinateObjectsList
mySubordinateObjects
;
86
};
87
88
89
#endif
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
)