23 #ifndef MESSAGE_VAR_ENUM20100317H 24 #define MESSAGE_VAR_ENUM20100317H 26 #include "message_var.h" 29 namespace transitional
34 void add_enum(std::string senum) { enums_.push_back(senum); }
36 std::vector<std::string>* enums() {
return &enums_; }
41 void initialize_specific() {}
44 std::vector<std::string> enums_;
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.