Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DOsenc.h556 int m_last_applied_update; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOsenc.cpp1098 m_last_applied_update = m_UPDN; in ingestCell()
1117 m_last_applied_update = n_upd; in ingestCell()
1132 if( (available_updates > 0) && (m_last_applied_update != available_updates) ){ in ingestCell()
1601 if( !WriteHeaderRecord200( stream, HEADER_CELL_UPDATE, (uint16_t)m_last_applied_update) ){ in createSenc200()