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
bhaveMsgs
ifBHAVEValidityRequest.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <vrfExtProtocol/simInterfaceContent.h>
9
#include "
bhaveMsgs/bhaveMsgsDefines.h
"
10
12
13
namespace
BHAVE
14
{
15
class
DT_DLL_bhaveMsgs
DtIfBHAVEValidityRequest
:
public
DtSimInterfaceContent
16
{
17
18
public
:
20
DtIfBHAVEValidityRequest
();
21
23
DtIfBHAVEValidityRequest
(
const
DtIfBHAVEValidityRequest
& orig);
24
26
const
DtIfBHAVEValidityRequest
& operator=(
const
DtIfBHAVEValidityRequest
& orig);
27
28
virtual
~
DtIfBHAVEValidityRequest
();
29
30
virtual
int
type()
const
;
31
32
virtual
DtSimInterfaceContent
* clone()
const
;
33
34
virtual
int
netRepSize()
const
;
35
36
virtual
bool
setFromNet(
const
char
* contentBuffer,
unsigned
contentSize);
37
38
virtual
bool
setToNet();
39
40
static
DtSimInterfaceContent
* creator();
41
42
virtual
void
printDataToString(
DtString
& str);
43
};
44
45
class
DT_DLL_bhaveMsgs
DtIfBHAVEValidityResponse
:
public
DtSimInterfaceContent
46
{
47
48
public
:
50
DtIfBHAVEValidityResponse
();
51
53
DtIfBHAVEValidityResponse
(
const
DtIfBHAVEValidityResponse
& orig);
54
56
const
DtIfBHAVEValidityResponse
& operator=(
const
DtIfBHAVEValidityResponse
& orig);
57
58
virtual
~
DtIfBHAVEValidityResponse
();
59
60
virtual
int
type()
const
;
61
62
virtual
DtSimInterfaceContent
* clone()
const
;
63
64
virtual
int
netRepSize()
const
;
65
66
virtual
bool
setFromNet(
const
char
* contentBuffer,
unsigned
contentSize);
67
68
virtual
bool
setToNet();
69
70
virtual
void
printDataToString(
DtString
& str);
71
72
static
DtSimInterfaceContent
* creator();
73
74
virtual
void
setValid(
bool
);
75
bool
valid()
const
76
{
77
return
myValid;
78
}
79
80
protected
:
81
bool
myValid
;
82
};
83
}
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
)