23 #ifndef IridiumModemDriver20130903H 24 #define IridiumModemDriver20130903H 40 void serialize_rudics_packet(std::string bytes, std::string* rudics_pkt,
41 const std::string& reserved = std::string(
"\0\r\n", 3) +
43 bool include_crc =
true);
44 void parse_rudics_packet(std::string* bytes, std::string rudics_pkt,
45 const std::string& reserved = std::string(
"\0\r\n", 3) +
47 bool include_crc =
true);
48 std::string uint32_to_byte_string(uint32_t i);
49 uint32_t byte_string_to_uint32(std::string s);
The global namespace for the Goby project.