GM6000 Digital Heater Controller Branch: main
SDX-1330
app_platform.h
Go to the documentation of this file.
1#ifndef Ajax_Main_plat_simulator_app_platform_h
2#define Ajax_Main_plat_simulator_app_platform_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 contains the interface(s) that are platform AND application
16 VARIANT specific
17 */
18
19 ///
20namespace Ajax {
21///
22namespace Main {
23
24/** This method is used to initialize the Platform+Application variant. It is called
25 at the END of platform_initialize0().
26 */
28
29/** This method is used to initialize the Platform+Application Variant model points to
30 known state. It is called at the END of platform_initializeModelPoints0().
31 */
33
34/** This method is used to 'open' any Platform+Application Variant specific
35 objects. It is called at the END of platform_open0().
36 */
38
39/** This method is used to 'close' any Platform+Application variant specific
40 objects. It is called at the START of platform_close0().
41 */
43
44
45} // end namespaces
46}
47#endif // end header latch
void appvariant_platform_initializeModelPoints0()
This method is used to initialize the Platform+Application Variant model points to known state.
void appvariant_platform_close0()
This method is used to 'close' any Platform+Application variant specific objects.
void appvariant_platform_open0()
This method is used to 'open' any Platform+Application Variant specific objects.
void appvariant_platform_initialize0()
This method is used to initialize the Platform+Application variant.
The 'Ajax' namespace is the root name space all GM6000 application specific source code.