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
ifExit.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifExit.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtIfExit_H_
20
#define DtIfExit_H_
21
22
#include <vlutil/vlString.h>
23
#include <vrfExtProtocol/simInterfaceContent.h>
24
33
34
#include "
vrfmsgs/vrfmsgsDefines.h
"
35
class
DT_DLL_vrfmsgs
DtIfExit
:
public
DtSimInterfaceContent
36
{
37
38
public
:
40
DtIfExit
();
41
43
DtIfExit
(
const
DtIfExit
& orig);
44
46
const
DtIfExit
& operator=(
const
DtIfExit
& orig);
47
48
virtual
~
DtIfExit
();
49
51
virtual
int
type()
const
;
52
53
virtual
DtSimInterfaceContent
* clone()
const
;
54
56
virtual
const
DtString
& reasonForExiting()
const
;
57
virtual
void
setReasonForExiting(
const
DtString
& reason);
58
59
virtual
int
netRepSize()
const
;
60
virtual
bool
setFromNet(
const
char
* contentBuffer,
61
unsigned
contentSize);
62
virtual
bool
setToNet();
63
64
virtual
void
printDataToString(
DtString
& str);
65
66
static
DtSimInterfaceContent
* creator();
67
68
protected
:
69
70
DtString
myReasonForExiting
;
71
};
72
73
#endif
74
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
)