Implements auxiliary reader object for handling pcap files. More...
#include "septentrio_gnss_driver/communication/pcap_reader.hpp"
#include <chrono>
#include <net/ethernet.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <septentrio_gnss_driver/abstraction/typedefs.hpp>
#include <thread>
Go to the source code of this file.
Namespaces | |
pcapReader | |
Implements auxiliary reader object for handling pcap files.
Functions include connecting to the file, reading the contents to the specified data buffer and graceful exit.
Definition in file pcap_reader.cpp.