Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
MsgSettingsReadByIndexReq sbp SwiftNav.SBP.Settings SBP class for message MSG_SETTINGS_READ_BY_INDEX_REQ (0x00A2). The settings message for iterating through the settings values. A device will respond to this message with a MSG_SETTINGS_READ_BY_INDEX_RESP.
MsgSettingsReadByIndexReq :: Word16 -> MsgSettingsReadByIndexReqsbp SwiftNav.SBP.Settings No documentation available.
data
MsgSettingsReadByIndexResp sbp SwiftNav.SBP.Settings SBP class for message MSG_SETTINGS_READ_BY_INDEX_RESP (0x00A7). The settings message that reports the value of a setting at an index. In the string field, it reports NULL-terminated and delimited string with contents "SECTION_SETTING0SETTING0VALUE0FORMAT_TYPE0". where the '0' escape sequence denotes the NULL character and where quotation marks are omitted. The FORMAT_TYPE field is optional and denotes possible string values of the setting as a hint to the user. If included, the format type portion of the string has the format "enum:value1,value2,value3". An example string that could be sent from the device is "simulator0enabled0True0enum:True,False0".
MsgSettingsReadByIndexResp :: Word16 -> Text -> MsgSettingsReadByIndexRespsbp SwiftNav.SBP.Settings No documentation available.
-
sbp SwiftNav.SBP.Settings SBP class for message MSG_SETTINGS_READ_REQ (0x00A4). The setting message that reads the device configuration. The string field is a NULL-terminated and NULL-delimited string with contents "SECTION_SETTING0SETTING0" where the '0' escape sequence denotes the NULL character and where quotation marks are omitted. An example string that could be sent to a device is "solution0soln_freq0". A device will only respond to this message when it is received from sender ID 0x42. A device should respond with a MSG_SETTINGS_READ_RESP message (msg_id 0x00A5).
MsgSettingsReadReq :: Text -> MsgSettingsReadReqsbp SwiftNav.SBP.Settings No documentation available.
-
sbp SwiftNav.SBP.Settings SBP class for message MSG_SETTINGS_READ_RESP (0x00A5). The setting message with which the device responds after a MSG_SETTING_READ_REQ is sent to device. The string field is a NULL- terminated and NULL-delimited string with contents "SECTION_SETTING0SETTING0VALUE0" where the '0' escape sequence denotes the NULL character and where quotation marks are omitted. An example string that could be sent from device is "solution0soln_freq0100".
MsgSettingsReadResp :: Text -> MsgSettingsReadRespsbp SwiftNav.SBP.Settings No documentation available.
_msgSettingsReadByIndexReq_index :: MsgSettingsReadByIndexReq -> !Word16sbp SwiftNav.SBP.Settings An index into the device settings, with values ranging from 0 to length(settings).
_msgSettingsReadByIndexResp_index :: MsgSettingsReadByIndexResp -> !Word16sbp SwiftNav.SBP.Settings An index into the device settings, with values ranging from 0 to length(settings)