mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
fifo fill level included
This commit is contained in:
@ -61,6 +61,12 @@ class Fifo : private virtual slsReceiverDefs {
|
||||
*/
|
||||
void PopAddressToStream(char*& address);
|
||||
|
||||
/**
|
||||
* Get Maximum Level filled in Fifo Bound
|
||||
* and reset this value for next intake
|
||||
*/
|
||||
int GetMaxLevelForFifoBound();
|
||||
|
||||
private:
|
||||
|
||||
/**
|
||||
@ -94,4 +100,6 @@ class Fifo : private virtual slsReceiverDefs {
|
||||
|
||||
/** Circular Fifo pointing to addresses of to be streamed data in memory */
|
||||
CircularFifo<char>* fifoStream;
|
||||
|
||||
int status_fifoBound;
|
||||
};
|
||||
|
Reference in New Issue
Block a user