vdr
2.2.0
|
Go to the source code of this file.
Macros | |
#define | OVERFLOWREPORTDELTA 5 |
#define | PERCENTAGEDELTA 10 |
#define | PERCENTAGETHRESHOLD 70 |
#define | IOTHROTTLELOW 20 |
#define | IOTHROTTLEHIGH 50 |
#define IOTHROTTLEHIGH 50 |
Definition at line 24 of file ringbuffer.c.
Referenced by cRingBuffer::UpdatePercentage().
#define IOTHROTTLELOW 20 |
Definition at line 23 of file ringbuffer.c.
Referenced by cRingBuffer::UpdatePercentage().
#define OVERFLOWREPORTDELTA 5 |
Definition at line 20 of file ringbuffer.c.
Referenced by cRingBuffer::ReportOverflow().
#define PERCENTAGEDELTA 10 |
Definition at line 21 of file ringbuffer.c.
Referenced by cRingBuffer::UpdatePercentage().
#define PERCENTAGETHRESHOLD 70 |
Definition at line 22 of file ringbuffer.c.
Referenced by cRingBuffer::UpdatePercentage().