mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 16:27:13 +02:00
removed unused multi functions
This commit is contained in:
@ -169,6 +169,9 @@ struct sharedSlsDetector {
|
||||
|
||||
/** reciever dbit offset */
|
||||
int rxDbitOffset;
|
||||
|
||||
/** num udp interfaces */
|
||||
int numUDPInterfaces;
|
||||
};
|
||||
|
||||
class slsDetector : public virtual slsDetectorDefs {
|
||||
@ -258,13 +261,7 @@ class slsDetector : public virtual slsDetectorDefs {
|
||||
* Get Detector type from shared memory variable
|
||||
* @returns detector type from shared memory variable
|
||||
*/
|
||||
detectorType getDetectorTypeAsEnum() const;
|
||||
|
||||
/**
|
||||
* Gets string version of detector type from shared memory variable
|
||||
* @returns string version of detector type from shared memory variable
|
||||
*/
|
||||
std::string getDetectorTypeAsString() const;
|
||||
detectorType getDetectorType() const;
|
||||
|
||||
/**
|
||||
* Gets detector type from detector and set it in receiver
|
||||
@ -554,8 +551,6 @@ class slsDetector : public virtual slsDetectorDefs {
|
||||
*/
|
||||
int setDynamicRange(int n = -1);
|
||||
|
||||
int getDynamicRangeFromShm();
|
||||
|
||||
/**
|
||||
* Set/get dacs value
|
||||
* @param val value (in V)
|
||||
@ -848,6 +843,9 @@ class slsDetector : public virtual slsDetectorDefs {
|
||||
*/
|
||||
void setNumberofUDPInterfaces(int n);
|
||||
|
||||
/** Returns the number of udp interfaces from shared memory */
|
||||
int getNumberofUDPInterfacesFromShm();
|
||||
|
||||
/**
|
||||
* Returns the number of UDP interfaces to stream data from detector
|
||||
* (Jungfrau only)
|
||||
|
Reference in New Issue
Block a user