Lines Matching refs:message

19 /** Represents a GNSS navigation message (or a fragment of it). */
22 * Enumeration of available values to indicate the GNSS Navigation message
31 /** GPS L1 C/A message contained in the structure. */
33 /** GPS L2-CNAV message contained in the structure. */
35 /** GPS L5-CNAV message contained in the structure. */
37 /** GPS CNAV-2 message contained in the structure. */
39 /** Glonass L1 CA message contained in the structure. */
41 /** Beidou D1 message contained in the structure. */
43 /** Beidou D2 message contained in the structure. */
45 /** Galileo I/NAV message contained in the structure. */
47 /** Galileo F/NAV message contained in the structure. */
53 * When a message is received properly without any parity error in its
55 * If a message is received with words that failed a parity check, but the GNSS
57 * Do not send any navigation message that contains words with parity errors
75 * The type of message contained in the structure.
81 * The status of the received navigation message.
82 * No need to send any navigation message that contains words with parity
92 * id' of the navigation message, in the range of 1-25 (Subframe 1, 2, 3
110 * Sub-message identifier. If required by the message 'type', this value
111 * contains a sub-index within the current message (or frame) that is being
115 * the subframe number of the navigation message, in the range of 1-5.
128 * The data of the reported GNSS message. The bytes (or words) are specified
164 * @param message - The GNSS navigation submessage/subframe representation.
166 gnssNavigationMessageCb(GnssNavigationMessage message);