GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
UserRecord.h File Reference
#include "colony_config.h"
#include "Cpl/Dm/Persistent/Record.h"
#include "mp/ModelPoints.h"
Include dependency graph for UserRecord.h:

Go to the source code of this file.

Classes

class  Ajax::Main::UserRecord
 This concrete class implements the "Record" class for storing user settings. More...
 

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.
 

Macros

#define OPTION_AJAX_MAIN_USER_RECORD_MAJOR   0
 Major Schema index for my record.
 
#define OPTION_AJAX_MAIN_USER_RECORD_MINOR   0
 Minor Schema index for my record.
 
#define OPTION_AJAX_DEFAULT_HEATING_SETPOINT_F   (70*100)
 Default value for the Heating setpoint (in hundredths of degrees Fahrenheit)
 
#define OPTION_AJAX_DEFAULT_HEATING_MODE   false
 Default heating mode.
 
#define OPTION_AJAX_DEFAULT_FAN_MODE   Ajax::Type::FanMode::eMEDIUM
 Default fan mode.
 

Macro Definition Documentation

◆ OPTION_AJAX_DEFAULT_FAN_MODE

#define OPTION_AJAX_DEFAULT_FAN_MODE   Ajax::Type::FanMode::eMEDIUM

Default fan mode.

◆ OPTION_AJAX_DEFAULT_HEATING_MODE

#define OPTION_AJAX_DEFAULT_HEATING_MODE   false

Default heating mode.

◆ OPTION_AJAX_DEFAULT_HEATING_SETPOINT_F

#define OPTION_AJAX_DEFAULT_HEATING_SETPOINT_F   (70*100)

Default value for the Heating setpoint (in hundredths of degrees Fahrenheit)

◆ OPTION_AJAX_MAIN_USER_RECORD_MAJOR

#define OPTION_AJAX_MAIN_USER_RECORD_MAJOR   0

Major Schema index for my record.

◆ OPTION_AJAX_MAIN_USER_RECORD_MINOR

#define OPTION_AJAX_MAIN_USER_RECORD_MINOR   0

Minor Schema index for my record.