#include <goby/util/linebasedcomms/gps_sentence.h>
Definition at line 180 of file gps_sentence.h.
◆ Fields
| Enumerator |
|---|
| TOTAL_NUMBER_SENTENCES | |
| CURRENT_SENTENCE_INDEX | |
| ROUTE_TYPE | |
| NAME | |
| FIRST_WAYPOINT_NAME | |
Definition at line 202 of file gps_sentence.h.
◆ RouteType
| Enumerator |
|---|
| ROUTE_TYPE__INVALID | |
| ROUTE_TYPE__COMPLETE | |
| ROUTE_TYPE__WORKING_ROUTE | |
Definition at line 194 of file gps_sentence.h.
◆ RTE() [1/2]
| goby::util::gps::RTE::RTE |
( |
| ) |
|
|
default |
◆ RTE() [2/2]
◆ parse()
| void goby::util::gps::RTE::parse |
( |
const NMEASentence & |
sentence | ) |
|
◆ serialize()
| NMEASentence goby::util::gps::RTE::serialize |
( |
std::string |
talker_id = "EC" | ) |
const |
◆ current_sentence_index
| boost::optional<int> goby::util::gps::RTE::current_sentence_index |
◆ min_size
◆ name
| boost::optional<std::string> goby::util::gps::RTE::name |
◆ total_number_sentences
| boost::optional<int> goby::util::gps::RTE::total_number_sentences |
◆ type
◆ waypoint_names
| std::vector<std::string> goby::util::gps::RTE::waypoint_names |
The documentation for this struct was generated from the following file: