#include <goby/util/linebasedcomms/gps_sentence.h>
|
boost::optional< boost::units::quantity< boost::units::degree::plane_angle > > | latitude |
|
boost::optional< boost::units::quantity< boost::units::degree::plane_angle > > | longitude |
|
boost::optional< std::string > | name |
|
Definition at line 144 of file gps_sentence.h.
◆ Fields
Enumerator |
---|
LATITUDE | |
LATITUDE_NS | |
LONGITUDE | |
LONGITUDE_EW | |
NAME | |
Definition at line 158 of file gps_sentence.h.
◆ WPL() [1/2]
goby::util::gps::WPL::WPL |
( |
| ) |
|
|
default |
◆ WPL() [2/2]
◆ parse()
void goby::util::gps::WPL::parse |
( |
const NMEASentence & |
sentence | ) |
|
◆ serialize()
NMEASentence goby::util::gps::WPL::serialize |
( |
std::string |
talker_id = "EC" | ) |
const |
◆ latitude
boost::optional<boost::units::quantity<boost::units::degree::plane_angle> > goby::util::gps::WPL::latitude |
◆ longitude
boost::optional<boost::units::quantity<boost::units::degree::plane_angle> > goby::util::gps::WPL::longitude |
◆ min_size
constexpr static int goby::util::gps::WPL::min_size = NAME + 1 |
|
staticconstexpr |
◆ name
boost::optional<std::string> goby::util::gps::WPL::name |
◆ size
constexpr static int goby::util::gps::WPL::size = min_size |
|
staticconstexpr |
The documentation for this struct was generated from the following file: