VR-Forces 4.3.1 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
ifRequestSpawnList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <vrfExtProtocol/simInterfaceContent.h>
9
#include "
bhaveMsgs/bhaveMsgsDefines.h
"
10
11
namespace
BHAVE
12
{
13
class
DT_DLL_bhaveMsgs
DtIfRequestSpawnList
:
public
DtSimInterfaceContent
14
{
15
16
public
:
18
DtIfRequestSpawnList
();
19
21
DtIfRequestSpawnList
(
const
DtIfRequestSpawnList
& orig);
22
24
const
DtIfRequestSpawnList
& operator=(
const
DtIfRequestSpawnList
& orig);
25
26
virtual
~
DtIfRequestSpawnList
();
27
28
virtual
int
type()
const
;
29
30
virtual
DtSimInterfaceContent
* clone()
const
;
31
32
virtual
bool
setFromNet(
const
char
* contentBuffer,
unsigned
contentSize);
33
34
virtual
bool
setToNet();
35
36
virtual
void
printDataToString(
DtString
& str);
37
38
static
DtSimInterfaceContent
* creator();
39
40
protected
:
41
};
42
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)