VR-Forces 4.7 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
appsrc
vrfMsgDump
vrfMsgPrinter.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: vrfMsgPrinter.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
9
#include "
vrfMsgTransport/vrfMessageInterface.h
"
10
#include "
vrfmsgs/defaultVrfObjectMessageFactory.h
"
11
#include "
vrftasks/defaultSimTaskFactory.h
"
12
#include "
vrftasks/defaultSimReportFactory.h
"
13
#include "
vrftasks/defaultSetDataRequestFactory.h
"
14
#include "
vrfutil/defaultCondExprFactory.h
"
15
#include "
vrfplan/defaultStatementFactory.h
"
16
#include "
vrfplan/defaultSimCommandFactory.h
"
17
#include "
vrftasks/defaultAdminContentFactory.h
"
18
19
class
DtVrfMsgPrinter
:
public
DtVrfMessageInterface
20
{
21
public
:
23
DtVrfMsgPrinter
(DtExerciseConn* exConn,
bool
printDataInteractions);
24
26
void
receiveMessage
(DtDataInteraction* dataInter);
27
29
virtual
bool
init
();
30
31
static
void
dataInteractionCallback
(DtDataInteraction* i,
void
* usr);
32
virtual
void
processDataInteraction
(DtDataInteraction* interaction);
33
35
virtual
bool
getContentFromNet
(DtDataInteraction* dataInter,
36
DtSimInterfaceContent
*& content)
const
;
37
38
protected
:
40
DtVrfMsgPrinter
();
41
42
protected
:
43
DtDefaultVrfObjectMessageFactory
myVrfObjectMsgFact
;
44
DtDefaultCondExprFactory
myCondExprFact
;
45
DtDefaultStatementFactory
myStmtFact
;
46
DtDefaultSimReportFactory
myReportFact
;
47
DtDefaultSimTaskFactory
myTaskFact
;
48
DtDefaultSetDataRequestFactory
mySetDataFact
;
49
DtDefaultSimCommandFactory
mySimCommandFact
;
50
DtDefaultAdminContentFactory
myAdminContentFact
;
51
52
bool
myPrintDataInteractions
;
53
};
54
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)