VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
appsrc
vrfMsgDump
vrfSignalPrinter.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: vrfSignalPrinter.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef vrfSignalPrinter_h
13
#define vrfSignalPrinter_h
14
15
class
DtExerciseConn;
16
class
DtRadioMessageListener
;
17
class
DtVrfObjectMessage
;
18
19
// Registers for all radio messages using a DtRadioMessageListener
20
// and prints their contents to the console.
21
// Radio messages a typically sent though signal PDUs from VR-Forces.
22
class
DtVrfSignalPrinter
23
{
24
private
:
25
// Not implemented.
27
DtVrfSignalPrinter
();
28
DtVrfSignalPrinter
(
const
DtVrfSignalPrinter
& orig);
29
DtVrfSignalPrinter
&
operator=
(
const
DtVrfSignalPrinter
& orig);
31
public
:
32
DtVrfSignalPrinter
(DtExerciseConn* exConn);
33
virtual
~DtVrfSignalPrinter
();
34
35
virtual
bool
init
();
36
37
protected
:
38
static
void
radioMessageCallback
(
const
DtVrfObjectMessage
* msg,
void
* usr);
39
virtual
void
processRadioMessageCallback
(
const
DtVrfObjectMessage
* msg);
40
41
protected
:
42
DtExerciseConn*
myExConn
;
43
DtRadioMessageListener
*
myRadioMessageListener
;
44
45
};
46
47
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)