VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces
spotReportDataProcessor.h File Reference

Contains makVrv::DtSpotReportDataProcessor class. More...

Go to the source code of this file.

Classes

class  makVrf::DtSpotReportDataProcessor
 
struct  makVrf::DtSpotReportDataProcessor::PendingSpotReport
 

Namespaces

 makVrv
 Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
 
 makVrf
 Contains makVrf::DtVrfDisDriver class.
 

Detailed Description

Contains makVrv::DtSpotReportDataProcessor class.

This class will manage the data supplied by a spot report by looking at the internal factory to look up appropriate objects to manage the spot report data.

Register a spot report handler by calling addSpotReportHandler to register the creator to handle a particular spot report. Each spot report must be referenced by a unique key. When calling addOrUpdateSpotReport, keep to spot report key blank if you want to add (in which case a key will be returned) or call with a key to update. If the key does not exist, the spot report will be added with that new key and that key will be returned

The type supplied will be used to look up the handler. If the handler does not exist, the spot report will not be added. If it does exist, the handler will be used to create the object that will know how to translate the data from the spot report into the internal spot report state data. See the DtSpotReportDataHandler class for more information.


Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)