Expand description
This module provides functionalities to parse and handle SHR files.
The SHR file format includes a file header and multiple sweeps. Each sweep has its own header and data. This module uses memory mapping for efficient file reading and rayon for parallel processing of sweeps.
Structs§
- Basic
Header Info - SHRFile
- Struct representing the entire SHR file, including its header and sweeps.
- SHRFile
Header - Struct representing the header of an SHR file.
- SHRParser
- Struct representing a parser for SHR files.
- SHRSweep
- Struct representing a sweep within an SHR file.
- SHRSweep
Header - Struct representing the header of a sweep within an SHR file.
Enums§
- SHRFile
Error - Enumeration representing possible errors that can occur when handling SHR files.
- SHRParsing
Type - Enumeration representing the types of parsing available for an SHR file.