VR-Forces 4.3 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
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/simInterfaceContent.h>
23
#include <vrfExtProtocol/objectType.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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)