![]() |
VR-Forces 4.3 Class Documentation
|

Public Member Functions | |
| DtSpotReportVisualHandler (makVrv::DtDe &, makVrv::DtUniqueID id) | |
| virtual | ~DtSpotReportVisualHandler () |
| makVrv::DtUniqueID | uniqueID () const |
| virtual void | update (const DtSpotReportState &s, makVrv::DtUniqueID id)=0 |
| Called to update spot report with data. | |
| virtual bool | tick (double dT)=0 |
| Called to tick spot report with dT since last tick. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrv::DtUniqueID | myUniqueId |
| makVrf::DtSpotReportVisualHandler::DtSpotReportVisualHandler | ( | makVrv::DtDe & | , |
| makVrv::DtUniqueID | id | ||
| ) |
|
virtual |
|
inline |
|
pure virtual |
Called to update spot report with data.
Implemented in makVrf::DtVrfSpotReportVisualHandler.
|
pure virtual |
Called to tick spot report with dT since last tick.
Return false if this spot report should be removed
Implemented in makVrf::DtVrfSpotReportVisualHandler.
|
protected |
|
protected |