source: sources/src/schedulers.h

Last change on this file was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 1.3 KB
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                 schedulers.h                      |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                                                             |
9| Date    :                   23_03_2007                      |
10|                                                             |
11\------------------------------------------------------------*/
12#ifndef __SCHEDULERS_H__
13#define __SCHEDULERS_H__
14
15#include "sc_fwd.h"
16#include "sc_time.h"
17
18namespace sc_core {
19
20/////////////////////////
21///// SYSTEMCASS_SPECIFIC
22extern const char * temporary_dir;
23extern const char * generated_files_dir;
24extern std::string get_scheduling(int scheduling_method);
25extern bool        run_schedule_editor(const char * scheduling);
26
27/////////////////////////
28
29} // end of namespace sc_core
30
31#endif
32
33/*
34# Local Variables:
35# tab-width: 4;
36# c-basic-offset: 4;
37# c-file-offsets:((innamespace . 0)(inline-open . 0));
38# indent-tabs-mode: nil;
39# End:
40#
41# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
42*/
43
Note: See TracBrowser for help on using the repository browser.