Goby3
3.1.5a
2024.05.23
|
#include <cstdint>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | goby::acomms::SBDPacketException |
Namespaces | |
goby | |
The global namespace for the Goby project. | |
goby::acomms | |
Classes and functions pertaining to acoustic communications (acomms) as well as related marine relevant communications links (such as satellite) | |
Functions | |
void | goby::acomms::serialize_sbd_packet (std::string bytes, std::string *sbd_pkt, bool include_crc=true) |
void | goby::acomms::parse_sbd_packet (std::string *bytes, std::string sbd_pkt, bool include_crc=true) |
Variables | |
constexpr int | goby::acomms::IRIDIUM_SBD_CRC_BYTE_SIZE = 4 |