#include <mac_receiver.h>
|
| MacReceiver (Config *const cfg, size_t num_frame_data_bytes, std::string phy_server_address, size_t phy_port, size_t rx_thread_num=1, size_t core_offset=1) |
|
| MacReceiver (Config *const cfg, size_t num_frame_data_bytes, std::string phy_server_address, size_t phy_port, std::string fwd_data_udp_address, size_t fwd_port, size_t rx_thread_num=1, size_t core_offset=1) |
|
| ~MacReceiver ()=default |
|
std::vector< std::thread > | StartRecv () |
|
void * | LoopRecv (size_t tid) |
|
◆ MacReceiver() [1/2]
MacReceiver::MacReceiver |
( |
Config *const |
cfg, |
|
|
size_t |
num_frame_data_bytes, |
|
|
std::string |
phy_server_address, |
|
|
size_t |
phy_port, |
|
|
size_t |
rx_thread_num = 1 , |
|
|
size_t |
core_offset = 1 |
|
) |
| |
|
explicit |
◆ MacReceiver() [2/2]
MacReceiver::MacReceiver |
( |
Config *const |
cfg, |
|
|
size_t |
num_frame_data_bytes, |
|
|
std::string |
phy_server_address, |
|
|
size_t |
phy_port, |
|
|
std::string |
fwd_data_udp_address, |
|
|
size_t |
fwd_port, |
|
|
size_t |
rx_thread_num = 1 , |
|
|
size_t |
core_offset = 1 |
|
) |
| |
|
explicit |
◆ ~MacReceiver()
MacReceiver::~MacReceiver |
( |
| ) |
|
|
default |
◆ LoopRecv()
void * MacReceiver::LoopRecv |
( |
size_t |
tid | ) |
|
◆ StartRecv()
std::vector< std::thread > MacReceiver::StartRecv |
( |
| ) |
|
◆ cfg_
Config* const MacReceiver::cfg_ |
|
private |
◆ core_id_
const size_t MacReceiver::core_id_ |
|
private |
◆ data_bytes_
const size_t MacReceiver::data_bytes_ |
|
private |
◆ enable_udp_output_
const bool MacReceiver::enable_udp_output_ |
|
private |
◆ phy_address_
const std::string MacReceiver::phy_address_ |
|
private |
◆ phy_port_
const size_t MacReceiver::phy_port_ |
|
private |
◆ rx_thread_num_
const size_t MacReceiver::rx_thread_num_ |
|
private |
◆ udp_dest_address_
const std::string MacReceiver::udp_dest_address_ |
|
private |
◆ udp_dest_port_
const size_t MacReceiver::udp_dest_port_ |
|
private |
The documentation for this class was generated from the following files: