VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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/ifaceCont.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 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
)