1#ifndef Ajax_ScreenMgr_NullScreen_h_
2#define Ajax_ScreenMgr_NullScreen_h_
#define AjaxScreenMgrEvent_T
Application specific type for Events.
Definition Event.h:21
This class implements a 'Mock' ScreenApi instances.
Definition MockScreen.h:28
const char * m_name
Screen name.
Definition MockScreen.h:47
void sleep(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
Definition MockScreen.h:87
void wake(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
Definition MockScreen.h:94
Cpl::System::ElapsedTime::Precision_T m_lastTimeStamp
Last Timestamp.
Definition MockScreen.h:65
void dispatch(AjaxScreenMgrEvent_T event, Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
Definition MockScreen.h:101
MockScreen(const char *name)
Constructor.
Definition MockScreen.h:31
bool m_tickResult
Return value for tick.
Definition MockScreen.h:69
unsigned m_wakeCount
Call counter.
Definition MockScreen.h:55
AjaxScreenMgrEvent_T m_lastEvent
Last Event.
Definition MockScreen.h:63
unsigned m_sleepCount
Call counter.
Definition MockScreen.h:53
unsigned m_enterCount
Call counter.
Definition MockScreen.h:49
unsigned m_refreshCount
Call counter.
Definition MockScreen.h:61
bool refresh(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
Definition MockScreen.h:117
bool tick(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
Definition MockScreen.h:109
unsigned m_dispatchCount
Call counter.
Definition MockScreen.h:57
void exit(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
Definition MockScreen.h:80
unsigned m_exitCount
Call counter.
Definition MockScreen.h:51
unsigned m_tickCount
Call counter.
Definition MockScreen.h:59
void enter(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
Definition MockScreen.h:73
bool m_refreshResult
Return value for refresh.
Definition MockScreen.h:67
This class implements a 'Mock' StaticScreenApi instances.
Definition MockScreen.h:129
MockStaticScreen(const char *name)
Constructor.
Definition MockScreen.h:132
Cpl::System::ElapsedTime::Precision_T m_lastTimeStamp
Last Timestamp.
Definition MockScreen.h:144
unsigned m_paintCount
Call counter.
Definition MockScreen.h:142
void paint(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
Definition MockScreen.h:148
const char * m_name
Screen name.
Definition MockScreen.h:140
This class defines the interface for a 'Screen'.
Definition ScreenApi.h:31
This class defines interface for Screens that only contain static data.
Definition StaticScreenApi.h:31
The 'Ajax' namespace is the root name space all GM6000 application specific source code.
Data type for time in seconds with a 'fractional' millisecond precision.
Definition ElapsedTime.h:35