![]() |
GM6000 Digital Heater Controller Build: 20 (Branch = develop)
SDX-1330
|
This class implements a 'Mock' StaticScreenApi instances. More...
This class implements a 'Mock' StaticScreenApi instances.
The intended usage is for unit tests
#include <MockScreen.h>
Public Member Functions | |
| MockStaticScreen (const char *name) | |
| Constructor. | |
| void | paint (Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept |
| See Ajax::ScreenMgr::ScreenApi. | |
Public Member Functions inherited from Ajax::ScreenMgr::StaticScreenApi | |
| virtual | ~StaticScreenApi () |
| Virtual destructor. | |
Public Attributes | |
| const char * | m_name |
| Screen name. | |
| unsigned | m_paintCount |
| Call counter. | |
| Cpl::System::ElapsedTime::Precision_T | m_lastTimeStamp |
| Last Timestamp. | |
|
inline |
Constructor.
|
inlinevirtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::StaticScreenApi.
| Cpl::System::ElapsedTime::Precision_T Ajax::ScreenMgr::MockStaticScreen::m_lastTimeStamp |
Last Timestamp.
| const char* Ajax::ScreenMgr::MockStaticScreen::m_name |
Screen name.
| unsigned Ajax::ScreenMgr::MockStaticScreen::m_paintCount |
Call counter.