GM6000 Digital Heater Controller
Branch: main
SDX-1330
Main Page
Namespaces
Components
Files
File List
File Members
Ajax
Main
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
"
19
#include "
Ajax/Ui/About/Screen.h
"
20
#include "
Ajax/Ui/EditSetpt/Screen.h
"
21
#include "
Ajax/Ui/Error/Screen.h
"
22
23
///
24
namespace
Ajax
{
25
///
26
namespace
Main {
27
28
/// Home Screen
29
extern
Ajax::Ui::Home::Screen
g_homeScreen_
;
30
31
/// Edit setpoint Screen
32
extern
Ajax::Ui::EditSetpt::Screen
g_editSetptScreen_
;
33
34
/// About Screen
35
extern
Ajax::Ui::About::Screen
g_aboutScreen_
;
36
37
/// Error Screen
38
extern
Ajax::Ui::Error::Screen
g_errorScreen_
;
39
40
}
// end namespaces
41
}
42
#endif
// end header latch
Screen.h
Screen.h
Screen.h
Screen.h
Ajax::Ui::About::Screen
This class implements the About screen.
Definition
Screen.h:30
Ajax::Ui::EditSetpt::Screen
This class implements the Edit setpoint screen.
Definition
Screen.h:34
Ajax::Ui::Error::Screen
This class implements the splash screen.
Definition
Screen.h:29
Ajax::Ui::Home::Screen
This class implements the Home screen.
Definition
Screen.h:44
Ajax::Main::g_errorScreen_
Ajax::Ui::Error::Screen g_errorScreen_
Error Screen.
Ajax::Main::g_aboutScreen_
Ajax::Ui::About::Screen g_aboutScreen_
About Screen.
Ajax::Main::g_homeScreen_
Ajax::Ui::Home::Screen g_homeScreen_
Home Screen.
Ajax::Main::g_editSetptScreen_
Ajax::Ui::EditSetpt::Screen g_editSetptScreen_
Edit setpoint Screen.
Ajax
The 'Ajax' namespace is the root name space all GM6000 application specific source code.
Generated on Sat Jan 18 2025 22:23:55 for GM6000 Digital Heater Controller by
1.9.8