mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
removed non const getFileIndex
This commit is contained in:
parent
2c453fc1be
commit
9cc1ff43a9
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user