OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Pages

#include "OutputControlReportingTolerances.hpp"

Inheritance diagram for openstudio::model::OutputControlReportingTolerances:

Public Member Functions

virtual ~OutputControlReportingTolerances ()
double toleranceforTimeHeatingSetpointNotMet () const
bool isToleranceforTimeHeatingSetpointNotMetDefaulted () const
double toleranceforTimeCoolingSetpointNotMet () const
bool isToleranceforTimeCoolingSetpointNotMetDefaulted () const
bool setToleranceforTimeHeatingSetpointNotMet (double toleranceforTimeHeatingSetpointNotMet)
void resetToleranceforTimeHeatingSetpointNotMet ()
bool setToleranceforTimeCoolingSetpointNotMet (double toleranceforTimeCoolingSetpointNotMet)
void resetToleranceforTimeCoolingSetpointNotMet ()

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

typedef boost::optional
< OutputControlReportingTolerances
OptionalOutputControlReportingTolerances
typedef std::vector
< OutputControlReportingTolerances
OutputControlReportingTolerancesVector

Detailed Description

OutputControlReportingTolerances is a ModelObject that wraps the OpenStudio IDD object 'OS:OutputControl:ReportingTolerances'.

Constructor & Destructor Documentation

virtual openstudio::model::OutputControlReportingTolerances::~OutputControlReportingTolerances ( )
inlinevirtual

Member Function Documentation

static IddObjectType openstudio::model::OutputControlReportingTolerances::iddObjectType ( )
static
bool openstudio::model::OutputControlReportingTolerances::isToleranceforTimeCoolingSetpointNotMetDefaulted ( ) const
bool openstudio::model::OutputControlReportingTolerances::isToleranceforTimeHeatingSetpointNotMetDefaulted ( ) const
void openstudio::model::OutputControlReportingTolerances::resetToleranceforTimeCoolingSetpointNotMet ( )
void openstudio::model::OutputControlReportingTolerances::resetToleranceforTimeHeatingSetpointNotMet ( )
bool openstudio::model::OutputControlReportingTolerances::setToleranceforTimeCoolingSetpointNotMet ( double  toleranceforTimeCoolingSetpointNotMet)
bool openstudio::model::OutputControlReportingTolerances::setToleranceforTimeHeatingSetpointNotMet ( double  toleranceforTimeHeatingSetpointNotMet)
double openstudio::model::OutputControlReportingTolerances::toleranceforTimeCoolingSetpointNotMet ( ) const
double openstudio::model::OutputControlReportingTolerances::toleranceforTimeHeatingSetpointNotMet ( ) const

Friends And Related Function Documentation