EMANE
1.2.1
|
Publishes information about received TDMA schedule events. More...
#include <eventtablepublisher.h>
Public Member Functions | |
EventTablePublisher () | |
void | registerStatistics (StatisticRegistrar ®istrar) |
void | replace (const Events::SlotInfos &slotInfos, const Events::SlotStructure &structure) |
void | update (const Events::SlotInfos &slotInfos) |
void | clear () |
Publishes information about received TDMA schedule events.
Definition at line 52 of file models/mac/tdma/eventscheduler/eventtablepublisher.h.
EMANE::Models::TDMA::EventTablePublisher::EventTablePublisher | ( | ) |
Definition at line 35 of file models/mac/tdma/eventscheduler/eventtablepublisher.cc.
void EMANE::Models::TDMA::EventTablePublisher::clear | ( | ) |
Definition at line 54 of file models/mac/tdma/eventscheduler/eventtablepublisher.cc.
void EMANE::Models::TDMA::EventTablePublisher::registerStatistics | ( | StatisticRegistrar & | registrar | ) |
Definition at line 38 of file models/mac/tdma/eventscheduler/eventtablepublisher.cc.
void EMANE::Models::TDMA::EventTablePublisher::replace | ( | const Events::SlotInfos & | slotInfos, |
const Events::SlotStructure & | structure | ||
) |
Definition at line 63 of file models/mac/tdma/eventscheduler/eventtablepublisher.cc.
void EMANE::Models::TDMA::EventTablePublisher::update | ( | const Events::SlotInfos & | slotInfos | ) |
Definition at line 88 of file models/mac/tdma/eventscheduler/eventtablepublisher.cc.