1#ifndef Ajax_ScreenMgr_h_
2#define Ajax_ScreenMgr_h_
34 virtual bool start() noexcept = 0;
38 virtual
void stop() noexcept = 0;
This class defines the Screen Manager's interface to Graphic library.
Definition DisplayApi.h:29
virtual bool turnOff() noexcept=0
This method requests that the display is 'turned off'.
virtual void stop() noexcept=0
This method is used to shutdown/stop the Graphics library.
virtual bool start() noexcept=0
This method is used to initialize/start the Graphics library.
virtual bool update() noexcept=0
This method requests that the Graphic library physically update the display.
virtual bool turnOn() noexcept=0
This method restore the 'on' state after a previous call to turnOff().
The 'Ajax' namespace is the root name space all GM6000 application specific source code.