#include "AvailabilityManagerDifferentialThermostat.hpp"
AvailabilityManagerDifferentialThermostat is a AvailabilityManager that wraps the OpenStudio IDD object 'OS:AvailabilityManager:DifferentialThermostat'.
openstudio::model::AvailabilityManagerDifferentialThermostat::AvailabilityManagerDifferentialThermostat |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::AvailabilityManagerDifferentialThermostat::~AvailabilityManagerDifferentialThermostat |
( |
| ) |
|
|
inlinevirtual |
boost::optional<Node> openstudio::model::AvailabilityManagerDifferentialThermostat::coldNode |
( |
| ) |
const |
boost::optional<Node> openstudio::model::AvailabilityManagerDifferentialThermostat::hotNode |
( |
| ) |
const |
static IddObjectType openstudio::model::AvailabilityManagerDifferentialThermostat::iddObjectType |
( |
| ) |
|
|
static |
void openstudio::model::AvailabilityManagerDifferentialThermostat::resetColdNode |
( |
| ) |
|
void openstudio::model::AvailabilityManagerDifferentialThermostat::resetHotNode |
( |
| ) |
|
bool openstudio::model::AvailabilityManagerDifferentialThermostat::setColdNode |
( |
const Node & |
node | ) |
|
bool openstudio::model::AvailabilityManagerDifferentialThermostat::setHotNode |
( |
const Node & |
node | ) |
|
bool openstudio::model::AvailabilityManagerDifferentialThermostat::setTemperatureDifferenceOffLimit |
( |
double |
temperatureDifferenceOffLimit | ) |
|
bool openstudio::model::AvailabilityManagerDifferentialThermostat::setTemperatureDifferenceOnLimit |
( |
double |
temperatureDifferenceOnLimit | ) |
|
double openstudio::model::AvailabilityManagerDifferentialThermostat::temperatureDifferenceOffLimit |
( |
| ) |
const |
double openstudio::model::AvailabilityManagerDifferentialThermostat::temperatureDifferenceOnLimit |
( |
| ) |
const |