load.h

Go to the documentation of this file.
00001 
00008 #include <DSimEngine2/dsim_model.h>
00009 
00010 #ifndef LOAD
00011 #define LOAD
00012 
00014 
00019 class load : public dsim_model
00020 {
00021     public:
00023         load(dsim_model_setup *setup);
00025                 void            initialization_complete();
00027                 void            initialize_data();
00029                 void            pre_calculate();
00030 
00031         
00032     protected:
00034                 dsim_variable   power_consumed_dsim;    
00036         dsim_variable   power_dsim;
00037         
00038 };
00039 
00040 #endif
 All Classes Files Functions Variables