GM6000 Digital Heater Controller Branch: main
SDX-1330
ModelPoints.h
Go to the documentation of this file.
1#ifndef Storm_Thermostat_SimHouse_ModelPoints_h_
2#define Storm_Thermostat_SimHouse_ModelPoints_h_
3/*-----------------------------------------------------------------------------
4* This file is part of the Colony.Apps Project. The Colony.Apps 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.apps/license.txt
8*
9* Copyright (c) 2015-2020 John T. Taylor
10*
11* Redistributions of the source code must retain the above copyright notice.
12*----------------------------------------------------------------------------*/
13/** @file
14
15This file defines test/simulation specific Model Points for the Thermostat
16Application.
17
18Note: the Model Points (and Database) are purposely placed in the
19 standard/global namespace to simplify their usage (i.e. less
20 verbose naming).
21 */
22#include "Cpl/Dm/Mp/Bool.h"
23
24
25
26/// House Simulation: Used to enable/disable the house simulator
28
29#endif // end header latch
Cpl::Dm::Mp::Bool mp_houseSimEnabled
House Simulation: Used to enable/disable the house simulator.
This class provides a concrete implementation for a Point who's data is a bool.
Definition Bool.h:40