Home
last modified time | relevance | path

Searched refs:gpsg_utc_min (Results 1 – 1 of 1) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DAIS_Decoder.cpp803 int gpsg_utc_min = 0; in Decode() local
1085 gpsg_utc_min = (int) ( gpsg_utc_time / 100.0 ) - gpsg_utc_hour * 100; in Decode()
1086 gpsg_utc_sec = (int) gpsg_utc_time - gpsg_utc_hour * 10000 - gpsg_utc_min * 100; in Decode()
1240 pTargetData->m_utc_min = gpsg_utc_min; in Decode()