The most important one is LCDClient as each program using LCDApi should have one instance of this class to connect to LCDproc server (LCDd).
The screen class is also important because all the element diplayed on the LCD are in fact in an LCDScreen. You can have more than one. LCDproc will then rotate them (according to value set with LCDScreen::setDuration().
Classes | |
class | LCDClient |
This is the class used to connect to LCDproc server. More... | |
class | LCDElement |
Main class for all elements of the API. More... | |
class | LCDException |
The exceptions thrown by this API. More... | |
class | LCDLock |
A class to lock mutexes. More... | |
class | LCDMutex |
A class implementing mutexes. More... | |
class | LCDScreen |
This is the class that creates a new screen on the display. More... |