hololink::emulation::BootpThread

View as Markdown

Constructors

BootpThread

hololink::emulation::BootpThread::BootpThread(
DataPlane &data_plane,
IPAddress &ip_address,
HSBConfiguration &configuration
)

Destructor

~BootpThread

hololink::emulation::BootpThread::~BootpThread()

Methods

broadcast_bootp

int hololink::emulation::BootpThread::broadcast_bootp()

loop

void hololink::emulation::BootpThread::loop(
uint32_t broadcast_address
)

Member variables

NameTypeDescription
data_plane_DataPlane &
thread_std::thread
runningstd::atomic< bool >
bootp_buffer_uint8_t
socket_fd_int

Inner classes

msg_

struct hololink::emulation::BootpThread::msg_