23 #ifndef MESSAGE_VAR_HEX20100317H 24 #define MESSAGE_VAR_HEX20100317H 26 #include "goby/acomms/dccl.h" 27 #include "message_var.h" 29 #include "dccl_constants.h" 30 #include "goby/util/as.h" 31 #include "goby/util/binary.h" 35 namespace transitional
45 void set_num_bytes(
unsigned num_bytes) { num_bytes_ = num_bytes; }
46 void set_num_bytes(
const std::string& s) { set_num_bytes(boost::lexical_cast<unsigned>(s)); }
48 unsigned num_bytes()
const {
return num_bytes_; }
52 void initialize_specific() {}
54 void get_display_specific(std::stringstream& ss)
const {}
DCCLType
Enumeration of DCCL types used for sending messages. dccl_enum and dccl_string primarily map to cpp_s...
The global namespace for the Goby project.