Go to the source code of this file.
Functions | |
| static bool | Recording (const RecordingInfo *p) |
| static bool | comp_overlap (RecordingInfo *a, RecordingInfo *b) |
| static bool | comp_redundant (RecordingInfo *a, RecordingInfo *b) |
| static bool | comp_recstart (RecordingInfo *a, RecordingInfo *b) |
| static bool | comp_priority (RecordingInfo *a, RecordingInfo *b) |
| static void | erase_nulls (RecList &reclist) |
| static bool | comp_storage_combination (FileSystemInfo *a, FileSystemInfo *b) |
| static bool | comp_storage_perc_free_space (FileSystemInfo *a, FileSystemInfo *b) |
| static bool | comp_storage_free_space (FileSystemInfo *a, FileSystemInfo *b) |
| static bool | comp_storage_disk_io (FileSystemInfo *a, FileSystemInfo *b) |
Variables | |
| bool | debugConflicts = false |
| static bool Recording | ( | const RecordingInfo * | p | ) | [inline, static] |
Definition at line 228 of file scheduler.cpp.
Referenced by DTC::Program::Copy(), DTC::Encoder::Copy(), Scheduler::FindNextConflict(), if(), Scheduler::PrintList(), and Scheduler::PruneRedundants().
| static bool comp_overlap | ( | RecordingInfo * | a, | |
| RecordingInfo * | b | |||
| ) | [static] |
Definition at line 235 of file scheduler.cpp.
Referenced by Scheduler::FillRecordList().
| static bool comp_redundant | ( | RecordingInfo * | a, | |
| RecordingInfo * | b | |||
| ) | [static] |
Definition at line 275 of file scheduler.cpp.
Referenced by Scheduler::FillRecordList().
| static bool comp_recstart | ( | RecordingInfo * | a, | |
| RecordingInfo * | b | |||
| ) | [static] |
Definition at line 292 of file scheduler.cpp.
Referenced by Scheduler::FillRecordList().
| static bool comp_priority | ( | RecordingInfo * | a, | |
| RecordingInfo * | b | |||
| ) | [static] |
Definition at line 307 of file scheduler.cpp.
Referenced by Scheduler::FillRecordList().
| static void erase_nulls | ( | RecList & | reclist | ) | [static] |
Definition at line 841 of file scheduler.cpp.
Referenced by Scheduler::PruneOverlaps(), and Scheduler::PruneRedundants().
| static bool comp_storage_combination | ( | FileSystemInfo * | a, | |
| FileSystemInfo * | b | |||
| ) | [static] |
Definition at line 4222 of file scheduler.cpp.
Referenced by Scheduler::FillRecordingDir().
| static bool comp_storage_perc_free_space | ( | FileSystemInfo * | a, | |
| FileSystemInfo * | b | |||
| ) | [static] |
Definition at line 4259 of file scheduler.cpp.
Referenced by Scheduler::FillRecordingDir().
| static bool comp_storage_free_space | ( | FileSystemInfo * | a, | |
| FileSystemInfo * | b | |||
| ) | [static] |
Definition at line 4275 of file scheduler.cpp.
Referenced by Scheduler::FillRecordingDir().
| static bool comp_storage_disk_io | ( | FileSystemInfo * | a, | |
| FileSystemInfo * | b | |||
| ) | [static] |
Definition at line 4284 of file scheduler.cpp.
Referenced by Scheduler::FillRecordingDir().
| bool debugConflicts = false |
Definition at line 52 of file scheduler.cpp.
Referenced by Scheduler::FindNextConflict(), and Scheduler::Scheduler().
1.6.3