VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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/vrfMsgIf.h
"
10
#include "
vrfmsgs/dfltRadMsgFactory.h
"
11
#include "
vrftasks/dfltTaskFactory.h
"
12
#include "
vrftasks/dfltReportFactory.h
"
13
#include "
vrftasks/dfltSetReqFact.h
"
14
#include "
vrfutil/dfltCeFactory.h
"
15
#include "
vrfplan/dfltStmtFactory.h
"
16
17
class
DtVrfMsgPrinter
:
public
DtVrfMessageInterface
18
{
19
public
:
21
DtVrfMsgPrinter
(DtExerciseConn* exConn);
22
24
void
receiveMessage
(DtDataInteraction* dataInter);
25
27
virtual
bool
init
();
28
29
static
void
dataInteractionCallback
(DtDataInteraction* i,
void
* usr);
30
virtual
void
processDataInteraction
(DtDataInteraction* interaction);
31
32
protected
:
34
DtVrfMsgPrinter
();
35
36
protected
:
37
DtDefaultRadioMessageFactory
myRadioMsgFact
;
38
DtDefaultCondExprFactory
myCondExprFact
;
39
DtDefaultStatementFactory
myStmtFact
;
40
DtDefaultSimReportFactory
myReportFact
;
41
DtDefaultSimTaskFactory
myTaskFact
;
42
DtDefaultSetDataRequestFactory
mySetDataFact
;
43
};
44
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)