RDK Documentation (Open Sourced RDK Components)
device::FrontPanelTextDisplay::Mode Class Reference
Inheritance diagram for device::FrontPanelTextDisplay::Mode:
Inheritance graph
Collaboration diagram for device::FrontPanelTextDisplay::Mode:
Collaboration graph

Public Member Functions

 Mode (int id)
 
- Public Member Functions inherited from device::DSConstant
 DSConstant ()
 This function is the default constructor for DSConstant. It initializes the DSConstant instance with default values. More...
 
 DSConstant (const int id, const std::string &name)
 This function is a parameterised constructor for DSConstant. It initializes the DSConstant instance with the values passed as input parameter. More...
 
virtual ~DSConstant ()
 This function is the default destructor for DSConstant. More...
 
virtual bool operator== (int id) const
 This function is an operator overloading for == operator. It checks if the id of DSConstant instance is equal to the id passed as input parameter. More...
 
virtual int getId () const
 This function is used to get the id. More...
 
virtual const std::string & getName () const
 This function is used to the get the data member name. More...
 
virtual const std::string & toString () const
 This function is used to the get the data member name in string format. More...
 
void enable ()
 This function is used to indicate that the port or port attribute calling this function are enabled. More...
 
bool isEnabled () const
 This function is used to check if the calling object is enabled or not. The calling object can be an instance of video output port or audio output port or their attributes. More...
 

Additional Inherited Members

- Static Protected Member Functions inherited from device::DSConstant
static bool isValid (int min, int max, int val)
 This function checks if the given value lies between min and max values provided. More...
 
- Protected Attributes inherited from device::DSConstant
int _id
 Indicates the id of the instance inheriting this class.
 
std::string _name
 Indicates the name string of the instance inheriting this class.
 

yes

Definition at line 62 of file frontPanelTextDisplay.hpp.


The documentation for this class was generated from the following file: