#include "SetpointManagerColdest.hpp"
SetpointManagerColdest is a SetpointManager that wraps the OpenStudio IDD object 'OS:SetpointManager:Coldest'.
openstudio::model::SetpointManagerColdest::SetpointManagerColdest |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::SetpointManagerColdest::~SetpointManagerColdest |
( |
| ) |
|
|
virtualdefault |
std::string openstudio::model::SetpointManagerColdest::controlVariable |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SetpointManagerColdest::controlVariableValues |
( |
| ) |
|
|
static |
static IddObjectType openstudio::model::SetpointManagerColdest::iddObjectType |
( |
| ) |
|
|
static |
double openstudio::model::SetpointManagerColdest::maximumSetpointTemperature |
( |
| ) |
const |
double openstudio::model::SetpointManagerColdest::minimumSetpointTemperature |
( |
| ) |
const |
bool openstudio::model::SetpointManagerColdest::setControlVariable |
( |
const std::string & |
controlVariable | ) |
|
bool openstudio::model::SetpointManagerColdest::setMaximumSetpointTemperature |
( |
double |
maximumSetpointTemperature | ) |
|
bool openstudio::model::SetpointManagerColdest::setMinimumSetpointTemperature |
( |
double |
minimumSetpointTemperature | ) |
|
boost::optional<Node> openstudio::model::SetpointManagerColdest::setpointNode |
( |
| ) |
const |
bool openstudio::model::SetpointManagerColdest::setStrategy |
( |
const std::string & |
strategy | ) |
|
std::string openstudio::model::SetpointManagerColdest::strategy |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SetpointManagerColdest::strategyValues |
( |
| ) |
|
|
static |