OpenStudio:utilities/idd
Loading...
Searching...
No Matches
openstudio::ZoneControl_ThermostatFields Class Reference

#include <ZoneControl_Thermostat_FieldEnums.hxx>

+ Inheritance diagram for openstudio::ZoneControl_ThermostatFields:

Public Types

enum  domain {
  Name , ZoneorZoneListName , ControlTypeScheduleName , Control1ObjectType ,
  Control1Name , Control2ObjectType , Control2Name , Control3ObjectType ,
  Control3Name , Control4ObjectType , Control4Name , TemperatureDifferenceBetweenCutoutAndSetpoint
}
 

Public Member Functions

domain value () const
 
 ZoneControl_ThermostatFields ()
 
 ZoneControl_ThermostatFields (const std::string &t_name)
 
 ZoneControl_ThermostatFields (int t_value)
 

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of ZoneControl:Thermostat's Idd and Idf non-extensible fields.

This enumeration provides readable, and semi-robust tags to use instead of bare unsigned integer field indices. (The enumeration value names are more likely to be valid across EnergyPlus and OpenStudio releases, and will break if they become invalid.) See the OPENSTUDIO_ENUM documentation in utilities/core/Enum.hpp. The actual macro call is:

Member Enumeration Documentation

◆ domain

Enumerator
Name 
ZoneorZoneListName 
ControlTypeScheduleName 
Control1ObjectType 
Control1Name 
Control2ObjectType 
Control2Name 
Control3ObjectType 
Control3Name 
Control4ObjectType 
Control4Name 
TemperatureDifferenceBetweenCutoutAndSetpoint 

Constructor & Destructor Documentation

◆ ZoneControl_ThermostatFields() [1/3]

openstudio::ZoneControl_ThermostatFields::ZoneControl_ThermostatFields ( )
inline

◆ ZoneControl_ThermostatFields() [2/3]

openstudio::ZoneControl_ThermostatFields::ZoneControl_ThermostatFields ( const std::string & t_name)
inline

◆ ZoneControl_ThermostatFields() [3/3]

openstudio::ZoneControl_ThermostatFields::ZoneControl_ThermostatFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

static std::string openstudio::ZoneControl_ThermostatFields::enumName ( )
inlinestatic

◆ value()

domain openstudio::ZoneControl_ThermostatFields::value ( ) const
inline