mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 15:04:56 +01:00
rxr: removed return ok or fail and replaced with exceptions
This commit is contained in:
@@ -78,9 +78,8 @@ class Fifo : private virtual slsDetectorDefs {
|
||||
/**
|
||||
* Create Fifos, allocate memory & push addresses into fifo
|
||||
* @param fifoItemSize size of each fifo item
|
||||
* @return OK if successful, else FAIL
|
||||
*/
|
||||
int CreateFifos(uint32_t fifoItemSize);
|
||||
void CreateFifos(uint32_t fifoItemSize);
|
||||
|
||||
/**
|
||||
* Destroy Fifos and deallocate memory
|
||||
|
||||
Reference in New Issue
Block a user