VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmsgs
simMessage.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
15
#pragma once
16
17
#include "
vrfutil/readerWriter.h
"
18
#include "
vrfutil/rwString.h
"
19
#include "
vrfutil/objectCounter.h
"
20
34
#include "
vrfmsgs/vrfmsgsDefines.h
"
35
class
DT_DLL_vrfmsgs
DtSimMessage
:
public
DtObjectDebugger
<DtSimMessage>
36
{
37
38
public
:
39
41
DtSimMessage
();
42
43
45
DtSimMessage
(
const
DtSimMessage
& orig);
46
48
const
DtSimMessage
& operator=(
const
DtSimMessage
& orig);
49
51
virtual
~
DtSimMessage
();
52
56
virtual
int
messageType()
const
= 0;
57
58
virtual
DtSimMessage
* clone()
const
= 0;
59
61
virtual
void
printDataToString(
DtString
& str);
62
64
virtual
std::string debugText()
const
;
65
66
protected
:
67
};
68
69
DT_DEFINE_OBJECT_DEBUGGER_NAME
(
DtSimMessage
);
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)