nn::nex::Station::RegisterObserver Member Function

Syntax

static qBool RegisterObserver(
     DOHandle idObserver
);

Parameters

Name Description
in idObserver Specifies the DOHandle of the duplicated object registered as the observer.

Return Values

Description

Registers a duplicated object as the observer for the station. Used during dead reckoning.

You can register the duplicated object passed as a parameter to the DuplicatedObject::ComputeDistance function.

For more information about dead reckoning, see the programming manual.

See Also

Station::UnregisterObserver, DuplicatedObject::ComputeDistance

Revision History

2012/09/03
Initial version.

CONFIDENTIAL