GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Public Attributes
Ajax::ScreenMgr::MockStaticScreen Class Reference

This class implements a 'Mock' StaticScreenApi instances. More...

Detailed Description

This class implements a 'Mock' StaticScreenApi instances.

The intended usage is for unit tests

#include <MockScreen.h>

Inheritance diagram for Ajax::ScreenMgr::MockStaticScreen:
[legend]
Collaboration diagram for Ajax::ScreenMgr::MockStaticScreen:
[legend]

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.
 

Constructor & Destructor Documentation

◆ MockStaticScreen()

Ajax::ScreenMgr::MockStaticScreen::MockStaticScreen ( const char *  name)
inline

Constructor.

Member Function Documentation

◆ paint()

void Ajax::ScreenMgr::MockStaticScreen::paint ( Cpl::System::ElapsedTime::Precision_T  currentElapsedTime)
inlinevirtualnoexcept

Member Data Documentation

◆ m_lastTimeStamp

Cpl::System::ElapsedTime::Precision_T Ajax::ScreenMgr::MockStaticScreen::m_lastTimeStamp

Last Timestamp.

◆ m_name

const char* Ajax::ScreenMgr::MockStaticScreen::m_name

Screen name.

◆ m_paintCount

unsigned Ajax::ScreenMgr::MockStaticScreen::m_paintCount

Call counter.


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