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.

  1. _SBPMsgSettingsReadByIndexDone :: Prism' SBPMsg (MsgSettingsReadByIndexDone, Msg)

    sbp SwiftNav.SBP

    No documentation available.

  2. _SBPMsgSettingsReadByIndexReq :: Prism' SBPMsg (MsgSettingsReadByIndexReq, Msg)

    sbp SwiftNav.SBP

    No documentation available.

  3. _SBPMsgSettingsReadByIndexResp :: Prism' SBPMsg (MsgSettingsReadByIndexResp, Msg)

    sbp SwiftNav.SBP

    No documentation available.

  4. _SBPMsgSettingsReadReq :: Prism' SBPMsg (MsgSettingsReadReq, Msg)

    sbp SwiftNav.SBP

    No documentation available.

  5. _SBPMsgSettingsReadResp :: Prism' SBPMsg (MsgSettingsReadResp, Msg)

    sbp SwiftNav.SBP

    No documentation available.

  6. _SBPMsgThreadState :: Prism' SBPMsg (MsgThreadState, Msg)

    sbp SwiftNav.SBP

    No documentation available.

  7. data MsgFileioReadDirReq

    sbp SwiftNav.SBP.FileIo

    SBP class for message MSG_FILEIO_READ_DIR_REQ (0x00A9). The read directory message lists the files in a directory on the device's onboard flash file system. The offset parameter can be used to skip the first n elements of the file list. Returns a MSG_FILEIO_READ_DIR_RESP message containing the directory listings as a NULL delimited list. The listing is chunked over multiple SBP packets. The sequence number in the request will be returned in the response. If message is invalid, a followup MSG_PRINT message will print "Invalid fileio read message". A device will only respond to this message when it is received from sender ID 0x42.

  8. MsgFileioReadDirReq :: Word32 -> Word32 -> Text -> MsgFileioReadDirReq

    sbp SwiftNav.SBP.FileIo

    No documentation available.

  9. data MsgFileioReadDirResp

    sbp SwiftNav.SBP.FileIo

    SBP class for message MSG_FILEIO_READ_DIR_RESP (0x00AA). The read directory message lists the files in a directory on the device's onboard flash file system. Message contains the directory listings as a NULL delimited list. The listing is chunked over multiple SBP packets and the end of the list is identified by an packet with no entries. The sequence number in the response is preserved from the request.

  10. MsgFileioReadDirResp :: Word32 -> Text -> MsgFileioReadDirResp

    sbp SwiftNav.SBP.FileIo

    No documentation available.

Page 802 of many | Previous | Next