GM6000 Digital Heater Controller Branch: main
SDX-1330
Fsm_ext_.h
Go to the documentation of this file.
1/*-----------------------------------------------------------------------------
2* This file is part of the Colony.Core Project. The Colony.Core Project is an
3* open source project with a BSD type of licensing agreement. See the license
4* agreement (license.txt) in the top/ directory or on the Internet at
5* http://integerfox.com/colony.core/license.txt
6*
7* Copyright (c) 2014-2020 John T. Taylor
8*
9* Redistributions of the source code must retain the above copyright notice.
10*----------------------------------------------------------------------------*/
11/** @file */
12
13/* Command line options: -p CADIFRA -doxygen -o Fsm -l cppx -Trace Fsm.cdd */
14/* This file is generated from Fsm.cdd - do not edit manually */
15/* Generated on: Version 6.0.2.3601 */
16
17
18#ifndef FSM_AJAX_HEATING_SUPERVISOR_EXT_H
19#define FSM_AJAX_HEATING_SUPERVISOR_EXT_H
20
21// Events which can be sent to the state-machine
22
23#ifndef DOXYGEN_WILL_SKIP_THIS
24
25namespace Ajax { namespace Heating { namespace Supervisor {
26
27 enum FSM_EVENT_T {
28 Fsm_evEnabled=0U,
29 Fsm_evHiTemp,
30 Fsm_evNoTempSensor,
31 Fsm_evDisabled,
32 Fsm_evSafeTemp,
33 Fsm_evSensorAvailable,
34 FSM_NO_MSG
35 };
36
37
38
39
40
41
42}}} //namespace Ajax { namespace Heating { namespace Supervisor
43
44
45#endif // !DOXYGEN_WILL_SKIP_THIS
46
47#endif
The 'Ajax' namespace is the root name space all GM6000 application specific source code.