#include "EnergyManagementSystemSensor.hpp"
EnergyManagementSystemSensor is a ModelObject that wraps the OpenStudio IDD object 'OS:EnergyManagementSystem:Sensor'.
openstudio::model::EnergyManagementSystemSensor::EnergyManagementSystemSensor |
( |
const Model & |
model, |
|
|
const OutputVariable & |
outvar |
|
) |
| |
|
explicit |
openstudio::model::EnergyManagementSystemSensor::EnergyManagementSystemSensor |
( |
const Model & |
model, |
|
|
const OutputMeter & |
outvar |
|
) |
| |
|
explicit |
openstudio::model::EnergyManagementSystemSensor::EnergyManagementSystemSensor |
( |
const Model & |
model, |
|
|
const std::string & |
outputVariableOrMeterName |
|
) |
| |
|
explicit |
virtual openstudio::model::EnergyManagementSystemSensor::~EnergyManagementSystemSensor |
( |
| ) |
|
|
inlinevirtual |
static IddObjectType openstudio::model::EnergyManagementSystemSensor::iddObjectType |
( |
| ) |
|
|
static |
std::string openstudio::model::EnergyManagementSystemSensor::keyName |
( |
| ) |
const |
boost::optional<OutputMeter> openstudio::model::EnergyManagementSystemSensor::outputMeter |
( |
| ) |
const |
boost::optional<OutputVariable> openstudio::model::EnergyManagementSystemSensor::outputVariable |
( |
| ) |
const |
std::string openstudio::model::EnergyManagementSystemSensor::outputVariableOrMeterName |
( |
| ) |
const |
bool openstudio::model::EnergyManagementSystemSensor::setKeyName |
( |
const std::string & |
keyName | ) |
|
bool openstudio::model::EnergyManagementSystemSensor::setOutputMeter |
( |
const OutputMeter & |
outputMeter | ) |
|
bool openstudio::model::EnergyManagementSystemSensor::setOutputVariable |
( |
const OutputVariable & |
outputVariable | ) |
|
bool openstudio::model::EnergyManagementSystemSensor::setOutputVariableOrMeterName |
( |
const std::string & |
outputVariableOrMeterName | ) |
|