|
EMANE
1.2.1
|
#include <receivepowertablepublisher.h>
Public Types | |
| using | ReceivePowerTableKey = std::pair< NEMId, std::uint64_t > |
Public Member Functions | |
| void | registerStatistics (StatisticRegistrar ®istrar) |
| void | update (NEMId nemId, std::uint64_t u64Frequency, double dReceivePower, const TimePoint &rxTime) |
Definition at line 44 of file receivepowertablepublisher.h.
| using EMANE::ReceivePowerTablePublisher::ReceivePowerTableKey = std::pair<NEMId,std::uint64_t> |
Definition at line 54 of file receivepowertablepublisher.h.
| void EMANE::ReceivePowerTablePublisher::registerStatistics | ( | StatisticRegistrar & | registrar | ) |
Definition at line 53 of file receivepowertablepublisher.cc.
| void EMANE::ReceivePowerTablePublisher::update | ( | NEMId | nemId, |
| std::uint64_t | u64Frequency, | ||
| double | dReceivePower, | ||
| const TimePoint & | rxTime | ||
| ) |
Definition at line 63 of file receivepowertablepublisher.cc.