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