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};
 
 
std::string get_name_from_id(int id)
 
std::string get_location_from_id(int id)
 
const std::map< int, std::string > & names() const
 
std::string get_type_from_id(int id)
 
int get_id_from_name(const std::string &name)
 
std::string read_lookup_file(const std::string &path)
 
The global namespace for the Goby project.