#include <hooked_channel_probe_processor.hpp>
Public Member Functions | |
void | indicate (ChannelLoad) override |
Public Attributes | |
HookRegistry< ChannelLoad > | on_indication |
Private Attributes | |
Hook< ChannelLoad > | m_indication_hook |
Implementation of ChannelProbeProcessor invoking hook on indication
Definition at line 15 of file hooked_channel_probe_processor.hpp.
vanetza::dcc::HookedChannelProbeProcessor::HookedChannelProbeProcessor | ( | ) |
Definition at line 8 of file hooked_channel_probe_processor.cpp.
|
overridevirtual |
Indicate a new channel load measurement
cl | locally measured channel load |
Implements vanetza::dcc::ChannelProbeProcessor.
Reimplemented in vanetza::dcc::SmoothingChannelProbeProcessor.
Definition at line 13 of file hooked_channel_probe_processor.cpp.
|
private |
Definition at line 24 of file hooked_channel_probe_processor.hpp.
HookRegistry<ChannelLoad> vanetza::dcc::HookedChannelProbeProcessor::on_indication |
Definition at line 21 of file hooked_channel_probe_processor.hpp.