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
ifRequestHostilityMatrix.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifRequestHostilityMatrix.h,v $ $Revision: 1.3 $ $State: Exp $
7
** Created: 7/16/04, MEM Updated:
8
*******************************************************************************/
9
12
14
15
#ifndef ifRequestHostilityMatrix_h
16
#define ifRequestHostilityMatrix_h
17
18
#include <vrfExtProtocol/simInterfaceContent.h>
19
#include "
vrfmsgs/vrfmsgsDefines.h
"
20
24
class
DT_DLL_vrfmsgs
DtIfRequestHostilityMatrix
:
public
DtSimInterfaceContent
25
{
26
27
public
:
29
DtIfRequestHostilityMatrix
();
30
32
DtIfRequestHostilityMatrix
(
const
DtIfRequestHostilityMatrix
& orig);
33
35
const
DtIfRequestHostilityMatrix
& operator=(
const
DtIfRequestHostilityMatrix
& orig);
36
37
virtual
~
DtIfRequestHostilityMatrix
();
38
39
virtual
int
type()
const
;
40
41
virtual
DtSimInterfaceContent
* clone()
const
;
42
43
virtual
bool
setFromNet(
const
char
* contentBuffer,
unsigned
contentSize);
44
45
virtual
bool
setToNet();
46
47
virtual
void
printDataToString(
DtString
& str);
48
49
static
DtSimInterfaceContent
* creator();
50
51
protected
:
52
};
53
54
#endif
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
)