00001
00005 #ifndef _generators_H
00006 #define _generators_H
00007
00008 #include <stdarg.h>
00009 #include "gridlabd.h"
00010
00011
00012
00013 #include "diesel_dg.h"
00014 #include "windturb_dg.h"
00015 #include "battery.h"
00016 #include "dc_dc_converter.h"
00017 #include "inverter.h"
00018 #include "microturbine.h"
00019 #include "power_electronics.h"
00020 #include "rectifier.h"
00021 #include "solar.h"
00022
00023 #define UNKNOWN 0
00024
00025
00026 #ifdef OPTIONAL
00027
00028
00029 EXPORT int check(void);
00030
00031
00032 EXPORT int import_file(char *filename);
00033
00034
00035 EXPORT int export_file(char *filename);
00036
00037
00038 EXPORT int kmldump(FILE *fp, OBJECT *obj);
00039 #endif
00040
00041 #endif