Formatted package
This commit is contained in:
Dhanya Thattil
2022-08-05 15:39:34 +02:00
committed by GitHub
parent 7173785b29
commit 6bf9dbf6d3
89 changed files with 1366 additions and 1210 deletions

View File

@@ -23,7 +23,7 @@ class Fifo : private virtual slsDetectorDefs {
public:
Fifo(int index, size_t fifoItemSize, uint32_t fifoDepth);
~Fifo();
void FreeAddress(char *&address);
void GetNewAddress(char *&address);
@@ -36,7 +36,7 @@ class Fifo : private virtual slsDetectorDefs {
int GetMaxLevelForFifoBound();
int GetMinLevelForFifoFree();
private:
/** also allocate memory & push addresses into free fifo */
void CreateFifos(size_t fifoItemSize);
@@ -54,4 +54,3 @@ class Fifo : private virtual slsDetectorDefs {
};
} // namespace sls