25#ifndef GOBY_ACOMMS_MODEMDRIVER_SBD_PACKET_H
26#define GOBY_ACOMMS_MODEMDRIVER_SBD_PACKET_H
43void parse_sbd_packet(std::string* bytes, std::string sbd_pkt,
bool include_crc =
true);
SBDPacketException(const std::string &what)
constexpr int IRIDIUM_SBD_CRC_BYTE_SIZE
void serialize_sbd_packet(std::string bytes, std::string *sbd_pkt, bool include_crc=true)
void parse_sbd_packet(std::string *bytes, std::string sbd_pkt, bool include_crc=true)
The global namespace for the Goby project.