Searched refs:destDistance (Results 1 – 3 of 3) sorted by relevance
321 Rational destDistance; //!< 目的地までの距離(数値)。 member
1905 memcpy(&pGps->destDistance, pValue, sizeof(pGps->destDistance)); in SetGpsDestDistance()
1981 return pGps->isDestDistanceValid ? (&pGps->destDistance) : NULL; in GetGpsDestDistance()