GM6000 Digital Heater Controller Branch: main
SDX-1330
screens.h
Go to the documentation of this file.
1#ifndef Ajax_Main_screens_h
2#define Ajax_Main_screens_h
3/*-----------------------------------------------------------------------------
4* This file is part of the Colony.Core Project. The Colony.Core Project is an
5* open source project with a BSD type of licensing agreement. See the license
6* agreement (license.txt) in the top/ directory or on the Internet at
7* http://integerfox.com/colony.core/license.txt
8*
9* Copyright (c) 2014-2023 John T. Taylor
10*
11* Redistributions of the source code must retain the above copyright notice.
12*----------------------------------------------------------------------------*/
13/** @file
14
15 This file exposes handles to Screen instances for the Ajax Application
16 */
17
18#include "Ajax/Ui/Home/Screen.h"
22
23///
24namespace Ajax {
25///
26namespace Main {
27
28/// Home Screen
30
31/// Edit setpoint Screen
33
34/// About Screen
36
37/// Error Screen
39
40} // end namespaces
41}
42#endif // end header latch
This class implements the About screen.
Definition Screen.h:30
This class implements the Edit setpoint screen.
Definition Screen.h:34
This class implements the splash screen.
Definition Screen.h:29
This class implements the Home screen.
Definition Screen.h:44
Ajax::Ui::Error::Screen g_errorScreen_
Error Screen.
Ajax::Ui::About::Screen g_aboutScreen_
About Screen.
Ajax::Ui::Home::Screen g_homeScreen_
Home Screen.
Ajax::Ui::EditSetpt::Screen g_editSetptScreen_
Edit setpoint Screen.
The 'Ajax' namespace is the root name space all GM6000 application specific source code.