#include <Scheduler.h>
#include <NewScheduler.h>
#include <CommonOptions.h>
Defines | |
| #define | MIP_CURRENT_REVISION -1 |
| #define | DEBUG 0 |
Functions | |
| void | exitProgram (int sig) |
| void | getOptionsFromWords (vector< string > &words, vector< string > &options) |
| void | getOptionsFromFile (string fileName, vector< string > &fileOptions) |
| Retrives a vector of options from a file. | |
| void | printHeader () |
| int | main (int argc, const char *argv[]) |
| #define DEBUG 0 |
| #define MIP_CURRENT_REVISION -1 |
| void exitProgram | ( | int | sig | ) |
| void getOptionsFromFile | ( | string | fileName, | |
| vector< string > & | fileOptions | |||
| ) |
Retrives a vector of options from a file.
| [in] | fileName | File name. |
| [out] | argc | |
| [out] | argv |
| void getOptionsFromWords | ( | vector< string > & | words, | |
| vector< string > & | options | |||
| ) |
| [in] | fileName | File name. |
| [out] | argc | |
| [out] | argv |
| int main | ( | int | argc, | |
| const char * | argv[] | |||
| ) |
| void printHeader | ( | ) |
1.5.6