Lines Matching full:message
24 * @brief Encapsulate str in NMEA0183 message format
40 * @param argv Array of arguments split by ',' including message id and checksum
43 * @retval true if message is intact
44 * @retval false if message is corrupted
102 * @brief Parses NMEA0183 RMC message
105 * from the NMEA0183 RMC message provided as an array of strings split by ','
107 * @param argv Array of arguments split by ',' including message id and checksum
109 * @param data Destination for data parsed from NMEA0183 RMC message
117 * @brief Parses NMEA0183 GGA message
120 * fix, HDOP, and altitude (geoid separation) from the NMEA0183 GGA message provided
123 * @param argv Array of arguments split by ',' including message id and checksum
125 * @param data Destination for data parsed from NMEA0183 GGA message
134 /** Indicates the system of the space-vehicles contained in the message */
138 /** Number of this GSV message */
145 * @brief Parses header of NMEA0183 GSV message
150 * @param argv Array of arguments split by ',' including message id and checksum
152 * @param header Destination for parsed NMEA0183 GGA message header
161 * @brief Parses space-vehicles in NMEA0183 GSV message
163 * @details The NMEA0183 GSV message contains up to 4 space-vehicles which follow
166 * @param argv Array of arguments split by ',' including message id and checksum
168 * @param satellites Destination for parsed satellites from NMEA0183 GGA message
169 * @param size Size of destination for parsed satellites from NMEA0183 GGA message
172 * @retval -ENOMEM if all space-vehicles in message could not be stored at destination