![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This file contains the interface(s) that are platform VARIANT specific.
#include "Driver/PicoDisplay/Api.h"
Go to the source code of this file.
Namespaces | |
namespace | Ajax |
The 'Ajax' namespace is the root name space all GM6000 application specific source code. | |
namespace | Ajax::Main |
The 'Main' namespace contains the start-up and and shutdown business logic for the Ajax application. | |
Functions | |
void | Ajax::Main::platform_initialize0 () |
This method is used to initialize 'stuff' immediately before an application initialization. | |
bool | Ajax::Main::platform_runPOST () |
This method is used to execute platform specific POST test. | |
void | Ajax::Main::platform_initializeModelPoints0 () |
This method is used to initialize the model points to known state. | |
void | Ajax::Main::platform_open0 () |
This method is used to 'open' any platform specific objects. | |
void | Ajax::Main::platform_close0 () |
This method is used to 'close' any platform specific objects. | |
int | Ajax::Main::platform_exit (int exitCode) |
This method is used to 'exit' the application'. | |