Goby3 3.2.3
2025.05.13
|
#include <cstdint>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | goby::acomms::SBDPacketException |
Namespaces | |
namespace | goby |
The global namespace for the Goby project. | |
namespace | 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 |