Public Member Functions | |
DataCondition (FIFO *f) | |
Constructor. | |
bool | condition () |
The condition: the fifo is not empty. | |
Private Attributes | |
FIFO * | fifo |
Pointer to the fifo. |
DAQpp::FIFO::DataCondition::DataCondition | ( | FIFO * | f | ) | [inline] |
Constructor.
f | a pointer to the constructor to spy. |