18#ifndef FSM_AJAX_HEATING_SUPERVISOR_H
19#define FSM_AJAX_HEATING_SUPERVISOR_H
123#ifndef DOXYGEN_WILL_SKIP_THIS
125namespace Ajax {
namespace Heating {
namespace Supervisor {
127 class Fsm:
public FsmContext_
133 int processEvent(
const FSM_EVENT_T msg);
135 void initialize(
void);
138 void resetHistoryOn(
void);
141 bool isInOff(
void)
const;
142 bool isInOn(
void)
const;
143 bool isInHeating(
void)
const;
144 bool isInFailedSafeOn(
void)
const;
145 bool isInFailedSafeOff(
void)
const;
146 bool isInWaitingForSensor(
void)
const;
160 States getInnermostActiveState(
void)
const;
164 static const char* getNameByState(
const unsigned short state);
167 static const char* getNameByEvent(
const FSM_EVENT_T evt);
183 stateVarsT stateVars;
184 stateVarsT stateVarsCopy;
Here is the graph that shows the state machine this class implements.
The 'Ajax' namespace is the root name space all GM6000 application specific source code.