VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifSubordList.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/ifaceCont.h
>
16
#include <vlutil/vlString.h>
17
#include <
vrfExtProtocol/objType.h
>
18
#include <vlpi/disEnums.h>
19
#include <vlutil/vlList.h>
20
#include <list>
21
#include "
vrfmsgs/vrfmsgsDefines.h
"
22
#include <
vrfExtProtocol/msgTypes.h
>
23
#include <vl/hostStructs.h>
24
#include "
vrfutil/trueAggregateSubordinateObjectsList.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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)