GM6000 Digital Heater Controller Branch: main
SDX-1330
InfoMsg.h
Go to the documentation of this file.
1#ifndef Ajax_Logging_InfoMsg_h_
2#define Ajax_Logging_InfoMsg_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#include "Cpl/Type/enum.h"
16
17///
18namespace Ajax {
19///
20namespace Logging {
21
22/** This enumeration defines Logging message code for the Information category
23
24 Note: Each error code symbol must be less than 32 characters
25 123456789 123456789 12345678 12
26
27 @param InfoMsg Enum
28
29 @param HEATING_ALGO Event/condition will executing the heating algorithm
30 */
31BETTER_ENUM( InfoMsg, uint16_t
32 , HEATING_ALGO
33);
34
35
36}; // end namespaces
37};
38#endif // end header latch
BETTER_ENUM(AlertMsg, uint16_t, FAILED_SAFE, NO_TEMPERATURE_SENSOR)
This enumeration defines Logging message code for the Alert category.
The 'Ajax' namespace is the root name space all GM6000 application specific source code.