17 namespace makVrfEvents
virtual void processSensorFovObjectUpdated(DtReflectedRectangularPyramid *object)
Callback for the update of sensor FOV objects.
virtual ~DtVrfSensorFovPrinter()
DtVrfSensorFovPrinter()
Not implemented.
Instances of DtReflectedRectangularPyramid are used to represent a simulated HLAobjectRoot.SensorFieldOfView.RectangularPyramid object reflected across a network.
Definition: reflectedRectangularPyramidDIS.h:33
static void sensorFovObjectUpdatedCallback(DtReflectedRectangularPyramid *object, void *usr)
Callback for the update of sensor FOV objects.
virtual void processSensorFovObjectRemoved(DtReflectedRectangularPyramid *object)
Callback for the removal of sensor FOV objects.
virtual void sensorFovControlCallback(const makVrfEvents::DtEvent &)
Callback for the control interaction.
The DtCommunicationManager class is a convenience class that will create both the DtNetworkInterfaceM...
Definition: communicationManager.h:54
Instances of this class provide a protocol independent interface to a list of RectangularPyramid in a...
Definition: reflectedRectangularPyramidListDIS.h:21
static void sensorFovObjectRemovedCallback(DtReflectedRectangularPyramid *object, void *usr)
Callback for the removal of sensor FOV objects.
virtual void processSensorFovObjectAdded(DtReflectedRectangularPyramid *object)
Callback for the addition of new sensor FOV objects.
static void sensorFovObjectAddedCallback(DtReflectedRectangularPyramid *object, void *usr)
Callback for the addition of new sensor FOV objects.
virtual void processSensorFovControl(DtSensorFieldOfViewControlInter *msg)
Callback for the control interaction.
Instances of DtSensorFieldOfViewControlInter are used to store state data for SensorFieldOfViewContro...
Definition: sensorFieldOfViewControlInterDIS.h:51
DtCommunicationManager * myEventManager
Definition: vrfSensorFovPrinter.h:70
DtVrfSensorFovPrinter & operator=(const DtVrfSensorFovPrinter &orig)
Not implemented.
Prints all Sensor FOV object updates and control interactions.
Definition: vrfSensorFovPrinter.h:23
DtReflectedRectangularPyramidList * myReflectedSensorFovList
Definition: vrfSensorFovPrinter.h:71
DtExerciseConn * exerciseConn()