![]() |
RDK Documentation (Open Sourced RDK Components)
|
Configuration of individual text display sub-panel to display system time or text is managed here. The scroll speed, time format (12Hour or 24 Hour format) and a string to display can be configured. More...
#include <iostream>#include <sstream>#include "frontPanelTextDisplay.hpp"#include "frontPanelConfig.hpp"#include "illegalArgumentException.hpp"#include "host.hpp"#include "dslogger.h"#include "dsError.h"#include "dsTypes.h"
Go to the source code of this file.
Functions | |
| std::string | numToStr (int number) |
| int | strToNum (std::string text) |
Configuration of individual text display sub-panel to display system time or text is managed here. The scroll speed, time format (12Hour or 24 Hour format) and a string to display can be configured.
Definition in file frontPanelTextDisplay.cpp.