Goby3  3.1.4
2024.02.22
iridium_sbd_packet.h File Reference
#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