Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DAIS_Decoder.h118 wxString sentence_accumulator; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DAIS_Decoder.cpp1141 sentence_accumulator = tkz.GetNextToken(); // the encapsulated data in Decode()
1145 sentence_accumulator += tkz.GetNextToken(); in Decode()
1149 string_to_parse = sentence_accumulator; in Decode()