Expand description
A Rust parser for “MT-RX-3 AIS, 406 + 121.5/243 MHz ALERTING RECEIVER” messages.
Please refer to MT-RX-3 User Manual for more information.
Modules§
- mt_raw
- MT(6) Raw Data Serial Out Packet Format
- mt_
structured - MT(1) Raw Data Serial Out Packet Format
- rss
- RSS - Received Signal Strength
Enums§
- Parse
Error - Represents an error when parsing a message went wrong.
- Parsed
Message - Represents the parsed message.
Functions§
- parse
- Tries to parse
message
into one ofParsedMessage
types. ReturnsParsedMessage::Invalid
if it’s an invalid message, orParseError
if parsing went wrong.