![]() |
RDK Documentation (Open Sourced RDK Components)
|
Configuration of individual indicators are managed here. The blink rate, color, and maximum cycle rate of the front panel indicator can be configured. More...
#include <iostream>#include <sstream>#include "frontPanelIndicator.hpp"#include "frontPanelConfig.hpp"#include "illegalArgumentException.hpp"#include "unsupportedOperationException.hpp"#include "host.hpp"#include "dslogger.h"#include "dsError.h"#include "dsTypes.h"
Go to the source code of this file.
Functions | |
| std::string | numberToString (int number) |
| int | stringToNumber (std::string text) |
Configuration of individual indicators are managed here. The blink rate, color, and maximum cycle rate of the front panel indicator can be configured.
Definition in file frontPanelIndicator.cpp.