VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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;
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.
23 {
24 private:
25  // Not implemented.
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;
44 
45 };
46 
47 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)