Lines Matching refs:MSL
1147 * If the receiver reports height in both GPS and MSL, then we will report
1148 * the difference GPS-MSL on the clockstats file.
3494 int GPS, MSL;
3496 /* Here calculate dH = GPS - MSL for output message */
3502 MSL = buf_w32(&instance->BEHa[43]);
3505 MSL = buf_w32(&instance->BEHa[27]);
3507 instance->dH = GPS - MSL;
3510 /* if MSL is not set, the calculation is meaningless */
3512 if (MSL) /* not set ! */
3514 "dH = (GPS - MSL) = %.2fm", instance->dH);