| 
    Goby3 3.3.0
    
   2025.07.10 
   | 
 
Go to the source code of this file.
Namespaces | |
| namespace | goby | 
| The global namespace for the Goby project.  | |
| namespace | goby::moos | 
Functions | |
| std::ostream & | goby::moos::operator<< (std::ostream &os, const CMOOSMsg &msg) | 
| bool | goby::moos::val_from_string (std::string &out, const std::string &str, const std::string &key) | 
| template<typename T > | |
| bool | goby::moos::val_from_string (T &out, const std::string &str, const std::string &key) | 
| bool | goby::moos::val_from_string (bool &out, const std::string &str, const std::string &key) | 
specialization of val_from_string for boolean out   | |
| void | goby::moos::stripblanks (std::string &s) | 
| remove all blanks from string s   | |