1#ifndef Ajax_Main_appmain_h_
2#define Ajax_Main_appmain_h_
20#include "colony_config.h"
62extern pimoroni::PicoGraphics_PenRGB332
g_graphics;
93#ifndef OPTION_AJAX_MAIN_THREAD_PRIORITY_UI
94#define OPTION_AJAX_MAIN_THREAD_PRIORITY_UI (CPL_SYSTEM_THREAD_PRIORITY_NORMAL + (CPL_SYSTEM_THREAD_PRIORITY_RAISE) )
98#ifndef OPTION_AJAX_MAIN_THREAD_PRIORITY_APPLICATION
99#define OPTION_AJAX_MAIN_THREAD_PRIORITY_APPLICATION (CPL_SYSTEM_THREAD_PRIORITY_NORMAL)
103#ifndef OPTION_AJAX_MAIN_THREAD_PRIORITY_STORAGE
104#define OPTION_AJAX_MAIN_THREAD_PRIORITY_STORAGE (CPL_SYSTEM_THREAD_PRIORITY_NORMAL + ( 2* CPL_SYSTEM_THREAD_PRIORITY_LOWER) )
108#ifndef OPTION_AJAX_MAIN_THREAD_PRIORITY_CONSOLE
109#define OPTION_AJAX_MAIN_THREAD_PRIORITY_CONSOLE (CPL_SYSTEM_THREAD_PRIORITY_NORMAL + ( 3* CPL_SYSTEM_THREAD_PRIORITY_LOWER) )
117#ifndef OPTION_AJAX_MAIN_MIN_SPLASH_TIME_MS
118#define OPTION_AJAX_MAIN_MIN_SPLASH_TIME_MS (2*1000)
122#ifndef OPTION_AJAX_MAIN_MAX_LOGGING_BUFFER_ENTRIES
123#define OPTION_AJAX_MAIN_MAX_LOGGING_BUFFER_ENTRIES 20
This class defines the interface - used by ScreenApi instances - to navigate to other screen instance...
Definition Navigation.h:27
This template class implements an Map using an AVL Binary tree (i.e.
Definition Map.h:34
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This partially abstract class defines a interface for operating on an output stream (example of a str...
Definition Output.h:34
This class defines an abstract interface for a Hashing Algorithms.
Definition Hash.h:34
This class defines a generic interface for sampling a single Digital Input signal.
Definition In.h:32
This class defines a generic interface for controlling a simple PWM output signal.
Definition Pwm.h:35
This class defines the interface for a platform independent Non-volatile storage driver.
Definition Api.h:35
Driver::DIO::Pwm g_heaterPWMDriver
Expose the driver for the Heater PWM driver.
Cpl::Dm::MailboxServer g_uiMbox
Expose the mailbox for the "UI" thread.
pimoroni::PicoGraphics_PenRGB332 g_graphics
Expose the Graphic library (to faciliate static screen creation)
Cpl::Container::Map< Cpl::TShell::Command > g_cmdlist
Expose the TShell command list to facilitate creating platform specific TShell commands.
Ajax::ScreenMgr::Navigation & g_screenNav
Expose a handle to the global Screen Navigation instance.
int runTheApplication(Cpl::Io::Input &infd, Cpl::Io::Output &outfd)
This method launches the start-up sequence, then runs the application, followed by the shutdown seque...
Driver::DIO::In g_hwSafetyDriver
Expose the driver for the HW Safety Limit input driver.
Driver::Crypto::Hash * g_sha512Ptr
Expose the Console hash function.
Driver::DIO::Pwm g_fanPWMDriver
Expose the driver for the Fan PWM driver.
Driver::NV::Api & g_nvramDriver
Expose the handle to the NV driver.
Cpl::Dm::MailboxServer g_appMbox
Expose the mailbox for the "application" thread (for Ajax this is the Algorithm thread)
The 'Ajax' namespace is the root name space all GM6000 application specific source code.