VR-Forces 4.6 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
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;
12
class
DtReflectedRectangularPyramid
;
13
class
DtReflectedRectangularPyramidList
;
14
class
DtSensorFieldOfViewControlInter
;
15
17
class
DtVrfSensorFovPrinter
18
{
19
private
:
21
22
DtVrfSensorFovPrinter
();
23
DtVrfSensorFovPrinter
(
const
DtVrfSensorFovPrinter
& orig);
24
DtVrfSensorFovPrinter
&
operator=
(
const
DtVrfSensorFovPrinter
& orig);
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);
39
virtual
void
processSensorFovObjectAdded
(
DtReflectedRectangularPyramid
*
object
);
41
43
44
static
void
sensorFovObjectUpdatedCallback
(
DtReflectedRectangularPyramid
*
object
,
void
* usr);
45
virtual
void
processSensorFovObjectUpdated
(
DtReflectedRectangularPyramid
*
object
);
47
49
50
static
void
sensorFovObjectRemovedCallback
(
DtReflectedRectangularPyramid
*
object
,
void
* usr);
51
virtual
void
processSensorFovObjectRemoved
(
DtReflectedRectangularPyramid
*
object
);
53
55
56
static
void
sensorFovControlCallback
(
DtSensorFieldOfViewControlInter
* msg,
void
* usr);
57
virtual
void
processSensorFovControl
(
DtSensorFieldOfViewControlInter
* msg);
59
60
protected
:
61
62
DtExerciseConn*
myExConn
;
63
DtReflectedRectangularPyramidList
*
myReflectedSensorFovList
;
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
)