/*------------------------------------------------------------\ | | | Tool : systemcass | | | | File : schedulers.h | | | | Author : Buchmann Richard | | | | Date : 23_03_2007 | | | \------------------------------------------------------------*/ #ifndef __SCHEDULERS_H__ #define __SCHEDULERS_H__ #include "sc_fwd.h" #include "sc_time.h" namespace sc_core { ///////////////////////// ///// SYSTEMCASS_SPECIFIC extern const char *temporary_dir; extern const char *generated_files_dir; extern std::string get_scheduling (int scheduling_method); extern bool run_schedule_editor (const char* scheduling); ///////////////////////// } // end of namespace sc_core #endif