23 #ifndef MESSAGE_VAR_STATIC20100317H 24 #define MESSAGE_VAR_STATIC20100317H 26 #include "message_var.h" 29 namespace transitional
34 void set_static_val(
const std::string& static_val) { static_val_ = static_val; }
36 std::string static_val()
const {
return static_val_; }
41 void initialize_specific() {}
43 void get_display_specific(std::stringstream& ss)
const 46 <<
"value: \"" << static_val_ <<
"\"" << std::endl;
50 std::string static_val_;
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.