mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 05:54:31 +01:00
removed non const getFileIndex
This commit is contained in:
@@ -1639,12 +1639,6 @@ class slsDetector : public virtual slsDetectorDefs{
|
|||||||
*/
|
*/
|
||||||
fileFormat setFileFormat(fileFormat f);
|
fileFormat setFileFormat(fileFormat f);
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns file index
|
|
||||||
* @returns file index
|
|
||||||
*/
|
|
||||||
int getFileIndex();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the file index
|
* Sets up the file index
|
||||||
* @param i file index
|
* @param i file index
|
||||||
|
|||||||
@@ -3487,8 +3487,6 @@ slsDetectorDefs::fileFormat slsDetector::getFileFormat() const {
|
|||||||
return shm()->rxFileFormat;
|
return shm()->rxFileFormat;
|
||||||
}
|
}
|
||||||
|
|
||||||
int slsDetector::getFileIndex() { return shm()->rxFileIndex; }
|
|
||||||
|
|
||||||
int slsDetector::setFileIndex(int file_index) {
|
int slsDetector::setFileIndex(int file_index) {
|
||||||
if (F_SET_RECEIVER_FILE_INDEX >= 0) {
|
if (F_SET_RECEIVER_FILE_INDEX >= 0) {
|
||||||
int retval = -1;
|
int retval = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user