Public Member Functions | |
AQEater (T *l) | |
bool | breakLoop () |
void | finalize () |
bool | initialize () |
void | step () |
Public Attributes | |
int | erases |
T * | mlst |
volatile bool | stop |
An Eater stresses the 'underrun' case by emptying the queue.
Definition at line 336 of file buffers_test.cpp.
Definition at line 341 of file buffers_test.cpp.
bool AQEater< T >::breakLoop | ( | ) | [inline] |
Definition at line 360 of file buffers_test.cpp.
void AQEater< T >::finalize | ( | ) | [inline] |
Definition at line 358 of file buffers_test.cpp.
bool AQEater< T >::initialize | ( | ) | [inline] |
Definition at line 342 of file buffers_test.cpp.
void AQEater< T >::step | ( | ) | [inline] |
Definition at line 346 of file buffers_test.cpp.
Definition at line 340 of file buffers_test.cpp.
Definition at line 339 of file buffers_test.cpp.
Definition at line 338 of file buffers_test.cpp.