25 #ifndef GOBY_MOOS_MODEM_ID_CONVERT_H
26 #define GOBY_MOOS_MODEM_ID_CONVERT_H
51 const std::map<int, std::string>&
names()
const {
return names_; }
54 std::map<int, std::string> names_;
55 std::map<int, std::string> types_;
56 std::map<int, std::string> locations_;
58 size_t max_name_length_{0};