RDK Documentation (Open Sourced RDK Components)
frontPanelIndicator.cpp File Reference

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"
Include dependency graph for frontPanelIndicator.cpp:

Go to the source code of this file.

Functions

std::string numberToString (int number)
 
int stringToNumber (std::string text)
 

yes

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.