Searched refs:destDistanceRef (Results 1 – 3 of 3) sorted by relevance
305 … char destDistanceRef[GPS_REF_SIZE]; //!< 目的地までの距離の単位。[0]が0でなければ有効。[1]は常に0。 member
1900 pGps->destDistanceRef[0] = ref; in SetGpsDestDistance()1901 pGps->destDistanceRef[1] = '\0'; in SetGpsDestDistance()
1965 return pGps->destDistanceRef[0]; in GetGpsDestDistanceRef()