VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSensorFovPrinter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 class DtExerciseConn;
15 
18 {
19 private:
21 
26 
27 public:
28 
29  DtVrfSensorFovPrinter(DtExerciseConn* exConn);
30  virtual ~DtVrfSensorFovPrinter();
31 
32  virtual bool init();
33 
34 protected:
35 
37 
38  static void sensorFovObjectAddedCallback(DtReflectedRectangularPyramid* object, void* usr);
41 
43 
44  static void sensorFovObjectUpdatedCallback(DtReflectedRectangularPyramid* object, void* usr);
47 
49 
50  static void sensorFovObjectRemovedCallback(DtReflectedRectangularPyramid* object, void* usr);
53 
55 
56  static void sensorFovControlCallback(DtSensorFieldOfViewControlInter* msg, void* usr);
59 
60 protected:
61 
62  DtExerciseConn* myExConn;
64 
65 };
66 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)