virtual qReal ComputeDistance( DuplicatedObject * pOtherObject );
Name | Description | |
---|---|---|
in | pOtherObject | Passes a pointer to the duplicated object registered as the observer for the station. |
ComputeDistance
. Calculates the distance used to calculate a distance-based extrapolation error for dead reckoning.
Override this function to accept the duplicated object class defined by the application when using distance-based dead reckoning.
This function is called by the system inside the Scheduler::Dispatch
function and does not need to be called by the application.
For more information about dead reckoning, see the programming manual.
CONFIDENTIAL