Inheritance diagram for QWPSlowConfigContainer:
Public Member Functions | |
bool | AddConfig (const unsigned short lg, QLCSlowConfig *config) |
dtor | |
void | SetConfDone (const unsigned short lg, const unsigned short id) |
notfy that measurement with a certain configuration has been performed | |
bool | SetActiveChannels (const std::list< unsigned short > &channels) |
set the list of channels that will be handled | |
Static Public Member Functions | |
static QWPSlowConfigContainer & | GetInstance () |
singleton getter |
void QWPSlowConfigContainer::SetConfDone | ( | const unsigned short | lg, | |
const unsigned short | id | |||
) | [virtual] |
notfy that measurement with a certain configuration has been performed
lg | logical channel of performed measurement | |
id | configuration id of performed measurement |
Reimplemented from QWPSlowConfigHandler.
bool QWPSlowConfigContainer::SetActiveChannels | ( | const std::list< unsigned short > & | channels | ) | [virtual] |
set the list of channels that will be handled
channels | list of channels to be handled |
Reimplemented from QWPSlowConfigHandler.