| virtual sc_core::sc_time Task_priority_comparator_interface::get_deadline_time |
( |
void |
| ) |
const |
|
pure virtual |
Get task deadline (as the maximum acceptable time for one task execution)
- Returns
- sc_time representation of the task deadline
Implemented in Module< Ni, No >, and SchedulerRequest.
| virtual sc_core::sc_time Task_priority_comparator_interface::get_task_deadline |
( |
void |
| ) |
const |
|
pure virtual |
Get task deadline (absolute time representation)
- Returns
- sc_time representation of the task deadline (absolute time)
Implemented in Module< Ni, No >, and SchedulerRequest.
| virtual sc_core::sc_time Task_priority_comparator_interface::get_task_offset |
( |
void |
| ) |
const |
|
pure virtual |
| virtual sc_core::sc_time Task_priority_comparator_interface::get_task_period |
( |
void |
| ) |
const |
|
pure virtual |
| virtual int Task_priority_comparator_interface::get_task_priority |
( |
void |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: