Goby3  3.1.4
2024.02.22
nmea_sentence.h File Reference
#include <algorithm>
#include <memory>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include "goby/util/as.h"

Go to the source code of this file.

Classes

class  goby::util::bad_nmea_sentence
 
class  goby::util::NMEASentence
 

Namespaces

 goby
 The global namespace for the Goby project.
 
 goby::util
 

Functions

std::ostream & operator<< (std::ostream &out, const goby::util::NMEASentence &nmea)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const goby::util::NMEASentence nmea 
)
inline

Definition at line 109 of file nmea_sentence.h.