mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 12:08:05 +01: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