nn::nex::DataSet::PredictLoopbackValue Member Function

Syntax

qFloat PredictLoopbackValue(
     PHBDRVar_qInt8 & v,
     Time tPredictionTime = SessionClock::GetTime()
);

Parameters

Name Description
in v Specifies the predicted dataset value. Specified using the LOOPBACKMODEL macro.
in tPredictionTime Specifies the time at which to predict the dataset value. If not specified, the current time is used.

Return Values

Description

Predicts the loopback value for the specified time from the loopback model.

Uses the LOOPBACKMODEL macro in the following manner: m_dsPosition.PredictLoopbackValue(LOOPBACKMODEL(m_dsPosition,m_fX)).

Revision History

2012/07/19
Initial version.

CONFIDENTIAL