00001 // hvac.h 00002 00003 #ifndef _HVAC_H 00004 #define _HVAC_H 00005 00006 #include "gridlabd.h" 00007 00008 class hvac { 00009 public: 00010 private: 00011 public: 00012 hvac(void); 00013 ~hvac(void); 00014 void create(); 00015 TIMESTAMP sync(TIMESTAMP t0); 00016 void pre_update(void); 00017 void post_update(void); 00018 }; 00019 00020 #endif