VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifSkipTask.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifSkipTask.h,v $ $Revision: 1.12 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtIfSkipTask_H_
20
#define DtIfSkipTask_H_
21
22
#include <
vrfExtProtocol/ifaceCont.h
>
23
#include <
vrfExtProtocol/objType.h
>
24
25
28
struct
DtNetIfSkipTask
29
{
30
DtNetU8
myEntityNameStringLength
;
31
DtNetU8
myRequestedBySuperior
;
32
DtNetU16
myPadding
;
33
DtNetU32
myPadding2
;
34
};
35
36
48
#include "
vrfmsgs/vrfmsgsDefines.h
"
49
class
DT_DLL_vrfmsgs
DtIfSkipTask
:
public
DtSimInterfaceContent
50
{
51
52
public
:
54
DtIfSkipTask
();
55
57
DtIfSkipTask
(
const
DtIfSkipTask
& orig);
58
60
const
DtIfSkipTask
&
operator=
(
const
DtIfSkipTask
& orig);
61
62
virtual
~
DtIfSkipTask
();
63
65
virtual
int
type
()
const
;
66
67
virtual
DtSimInterfaceContent
*
clone
()
const
;
68
69
virtual
const
DtString
& entityNameString()
const
;
70
virtual
void
setEntityNameString(
const
DtString
& entityNameString);
71
74
virtual
void
setRequestedBySuperior(
bool
requestedBySuperior);
75
virtual
bool
requestedBySuperior()
const
;
76
77
virtual
int
netRepSize
()
const
;
78
virtual
bool
setFromNet
(
const
char
* contentBuffer,
79
unsigned
contentSize);
80
virtual
bool
setToNet
();
81
82
virtual
void
printDataToString
(
DtString
& str);
83
84
static
DtSimInterfaceContent
* creator();
85
86
protected
:
87
DtString
myEntityNameString
;
88
bool
myRequestedBySuperior
;
89
};
90
91
#endif
92
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)