nn::nex::DataSet::GetPHBDRParameters Member Function

Syntax

static PHBDRParameters * GetPHBDRParameters();

Parameters

None.

Return Values

Returns dead reckoned parameters for the dataset.

Value Description
NULL Returned when an error has occurred.

Description

Gets a pointer to the dead reckoning parameter for this dataset class.

Note: The data definition language (DDL) compiler generates this function only when the extrapolation_filter property is attached to this dataset in the DDL declaration.

The value of PHBDRPParameters is used for tuning the dead reckoning algorithm. SYSTEMERROR_GEN_INVALID_OPERATION is signaled if the dataset is configured to not use dead reckoning.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL