#include <NewScheduler.h>

Public Member Functions | |
| NewScheduler (const ResourcePlates &resourcePlates, const TaskPlates &taskPlates, vector< string > &plResourceNames, vector< string > &plResourceLibs, vector< string > &plTaskNames, vector< string > &plTaskLibs, int pargc, const char *pargv[]) | |
| default constructor | |
| ~NewScheduler () | |
| destructor | |
| void | schedule (unsigned long int cycles, Time minCycleDuration) |
| task scheduler | |
| bool | getResourcePointers (ResourcePointers &rp) |
Public Attributes | |
| NewSchedStatus | status |
| NewScheduler::NewScheduler | ( | const ResourcePlates & | resourcePlates, | |
| const TaskPlates & | taskPlates, | |||
| vector< string > & | plResourceNames, | |||
| vector< string > & | plResourceLibs, | |||
| vector< string > & | plTaskNames, | |||
| vector< string > & | plTaskLibs, | |||
| int | pargc, | |||
| const char * | pargv[] | |||
| ) |
default constructor
| NewScheduler::~NewScheduler | ( | ) |
destructor
| void NewScheduler::schedule | ( | unsigned long int | cycles, | |
| Time | minCycleDuration | |||
| ) |
task scheduler
| bool NewScheduler::getResourcePointers | ( | ResourcePointers & | rp | ) |
1.5.6