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

Syntax

qDouble PredictLoopbackValue(
     PHBDRVar_qDouble & v,
     Time tPredictionTime = SessionClock::GetTime()
);
qFloat PredictLoopbackValue(
     PHBDRVar_qFloat & v,
     Time tPredictionTime = SessionClock::GetTime()
);
qFloat PredictLoopbackValue(
     PHBDRVar_qInt32 & v,
     Time tPredictionTime = SessionClock::GetTime()
);
qFloat PredictLoopbackValue(
     PHBDRVar_qInt16 & v,
     Time tPredictionTime = SessionClock::GetTime()
);
qFloat PredictLoopbackValue(
     PHBDRVar_qInt8 & v,
     Time tPredictionTime = SessionClock::GetTime()
);

Overloaded Member Functions

PredictLoopbackValue ( PHBDRVar_qDouble &, Time ) Predicts the loopback value for the specified time from the loopback model.
PredictLoopbackValue ( PHBDRVar_qFloat &, Time ) Predicts the loopback value for the specified time from the loopback model.
PredictLoopbackValue ( PHBDRVar_qInt32 &, Time ) Predicts the loopback value for the specified time from the loopback model.
PredictLoopbackValue ( PHBDRVar_qInt16 &, Time ) Predicts the loopback value for the specified time from the loopback model.
PredictLoopbackValue ( PHBDRVar_qInt8 &, Time ) Predicts the loopback value for the specified time from the loopback model.

Description of PredictLoopbackValue ( PHBDRVar_qDouble &, Time )

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

Description of PredictLoopbackValue ( PHBDRVar_qFloat &, Time )

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

Description of PredictLoopbackValue ( PHBDRVar_qInt32 &, Time )

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

Description of PredictLoopbackValue ( PHBDRVar_qInt16 &, Time )

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

Description of PredictLoopbackValue ( PHBDRVar_qInt8 &, Time )

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


CONFIDENTIAL