![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
class that prints PVT solutions in a serial device following a custom version of the Advanced Navigation Packet Protocol. More...
#include <an_packet_printer.h>
Public Member Functions | |
| An_Packet_Printer (const std::string &an_dump_devname) | |
| Default constructor. More... | |
| ~An_Packet_Printer () | |
| Default destructor. More... | |
| bool | print_packet (const Rtklib_Solver *const pvt_data, const std::map< int, Gnss_Synchro > &gnss_observables_map) |
| Print AN packet to the initialized device. More... | |
| void | close_serial () const |
| Close serial port. Also done in the destructor, this is only for testing. More... | |
class that prints PVT solutions in a serial device following a custom version of the Advanced Navigation Packet Protocol.
Definition at line 73 of file an_packet_printer.h.
|
explicit |
Default constructor.
| An_Packet_Printer::~An_Packet_Printer | ( | ) |
Default destructor.
| void An_Packet_Printer::close_serial | ( | ) | const |
Close serial port. Also done in the destructor, this is only for testing.
| bool An_Packet_Printer::print_packet | ( | const Rtklib_Solver *const | pvt_data, |
| const std::map< int, Gnss_Synchro > & | gnss_observables_map | ||
| ) |
Print AN packet to the initialized device.
1.8.14