|
| EnergyManagementSystemOutputVariable (const Model &model, const std::string eMSVariableName) |
| EnergyManagementSystemOutputVariable (const Model &model, const EnergyManagementSystemActuator &object) |
| EnergyManagementSystemOutputVariable (const Model &model, const EnergyManagementSystemSensor &object) |
| EnergyManagementSystemOutputVariable (const Model &model, const EnergyManagementSystemGlobalVariable &object) |
| EnergyManagementSystemOutputVariable (const Model &model, const EnergyManagementSystemTrendVariable &object) |
| EnergyManagementSystemOutputVariable (const Model &model, const EnergyManagementSystemInternalVariable &object) |
| EnergyManagementSystemOutputVariable (const Model &model, const EnergyManagementSystemCurveOrTableIndexVariable &object) |
| EnergyManagementSystemOutputVariable (const Model &model, const EnergyManagementSystemConstructionIndexVariable &object) |
virtual | ~EnergyManagementSystemOutputVariable ()=default |
| EnergyManagementSystemOutputVariable (const EnergyManagementSystemOutputVariable &other)=default |
| EnergyManagementSystemOutputVariable (EnergyManagementSystemOutputVariable &&other)=default |
EnergyManagementSystemOutputVariable & | operator= (const EnergyManagementSystemOutputVariable &)=default |
EnergyManagementSystemOutputVariable & | operator= (EnergyManagementSystemOutputVariable &&)=default |
std::string | emsVariableName () const |
std::string | typeOfDataInVariable () const |
std::string | updateFrequency () const |
std::string | emsProgramOrSubroutineName () const |
boost::optional
< EnergyManagementSystemProgram > | emsProgram () const |
boost::optional
< EnergyManagementSystemSubroutine > | emsSubroutine () const |
std::string | units () const |
boost::optional< ModelObject > | emsVariableObject () const |
boost::optional
< EnergyManagementSystemActuator > | emsActuator () const |
boost::optional
< EnergyManagementSystemSensor > | emsSensor () const |
boost::optional
< EnergyManagementSystemGlobalVariable > | emsGlobalVariable () const |
boost::optional
< EnergyManagementSystemTrendVariable > | emsTrendVariable () const |
boost::optional
< EnergyManagementSystemInternalVariable > | emsInternalVariable () const |
boost::optional
< EnergyManagementSystemCurveOrTableIndexVariable > | emsCurveOrTableIndexVariable () const |
boost::optional
< EnergyManagementSystemConstructionIndexVariable > | emsConstructionIndexVariable () const |
bool | exportToBCVTB () const |
bool | isExportToBCVTBDefaulted () const |
bool | setEMSVariableName (const std::string &eMSVariableName) |
bool | setTypeOfDataInVariable (const std::string &typeofDatainVariable) |
bool | setUpdateFrequency (const std::string &updateFrequency) |
bool | setEMSProgramOrSubroutineName (const EnergyManagementSystemProgram &program) |
bool | setEMSProgramOrSubroutineName (const EnergyManagementSystemSubroutine &subroutine) |
void | resetEMSProgramOrSubroutineName () |
bool | setUnits (const std::string &units) |
void | resetUnits () |
bool | setEMSVariableName (const EnergyManagementSystemActuator &object) |
bool | setEMSVariableName (const EnergyManagementSystemSensor &object) |
bool | setEMSVariableName (const EnergyManagementSystemGlobalVariable &object) |
bool | setEMSVariableName (const EnergyManagementSystemTrendVariable &object) |
bool | setEMSVariableName (const EnergyManagementSystemInternalVariable &object) |
bool | setEMSVariableName (const EnergyManagementSystemCurveOrTableIndexVariable &object) |
bool | setEMSVariableName (const EnergyManagementSystemConstructionIndexVariable &object) |
bool | setExportToBCVTB (bool exportToBCVTB) |
void | resetExportToBCVTB () |