23 #ifndef MESSAGE_VAR_STRING20100317H 24 #define MESSAGE_VAR_STRING20100317H 26 #include "goby/util/as.h" 28 #include "message_var.h" 32 namespace transitional
39 void set_max_length(
unsigned max_length) { max_length_ = max_length; }
40 void set_max_length(
const std::string& s) { set_max_length(util::as<unsigned>(s)); }
42 unsigned max_length()
const {
return max_length_; }
47 void initialize_specific() {}
49 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.