#include <channelListener.h>

Public Member Functions | |
| virtual void | notifyLoadData (Channel *channel, const uint32_t frameNumber, const uint32_t nStatistics, const eq::Statistic *statistics)=0 |
| Notify that the channel has received new load data. | |
Definition at line 32 of file channelListener.h.
| virtual void eq::server::ChannelListener::notifyLoadData | ( | Channel * | channel, | |
| const uint32_t | frameNumber, | |||
| const uint32_t | nStatistics, | |||
| const eq::Statistic * | statistics | |||
| ) | [pure virtual] |
Notify that the channel has received new load data.
| channel | the channel | |
| frameNumber | the frame number. | |
| nStatistics | the statistic's length. | |
| statistics | the frame's statistic. |
Implemented in eq::server::DFREqualizer, and eq::server::LoadEqualizer.
0.9 by
1.5.8