#include <io.hpp>
|
std::unique_ptr< boost::asio::posix::stream_descriptor > | stream_ |
|
Definition at line 547 of file io.hpp.
◆ PcapFileIo()
io::PcapFileIo::PcapFileIo |
( |
ROSaicNodeBase * |
node, |
|
|
std::shared_ptr< boost::asio::io_service > |
ioService |
|
) |
| |
|
inline |
◆ ~PcapFileIo()
io::PcapFileIo::~PcapFileIo |
( |
| ) |
|
|
inline |
◆ close()
void io::PcapFileIo::close |
( |
| ) |
|
|
inline |
◆ connect()
bool io::PcapFileIo::connect |
( |
| ) |
|
|
inline |
◆ errBuff_
std::array<char, 100> io::PcapFileIo::errBuff_ |
|
private |
◆ ioService_
std::shared_ptr<boost::asio::io_service> io::PcapFileIo::ioService_ |
|
private |
◆ node_
◆ pcap_
pcap_t* io::PcapFileIo::pcap_ |
|
private |
◆ stream_
std::unique_ptr<boost::asio::posix::stream_descriptor> io::PcapFileIo::stream_ |
The documentation for this class was generated from the following file: