mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 05:54:56 +01:00
merge from 7.0.0
This commit is contained in:
@@ -306,6 +306,7 @@ class DetectorImpl : public virtual slsDetectorDefs {
|
||||
|
||||
void getBadChannels(const std::string &fname, Positions pos) const;
|
||||
void setBadChannels(const std::string &fname, Positions pos);
|
||||
void setBadChannels(const std::vector<int> list, Positions pos);
|
||||
|
||||
std::vector<std::string> getCtbDacNames() const;
|
||||
std::string getCtbDacName(defs::dacIndex i) const;
|
||||
@@ -348,8 +349,8 @@ class DetectorImpl : public virtual slsDetectorDefs {
|
||||
|
||||
void updateDetectorSize();
|
||||
|
||||
int destroyReceivingDataSockets();
|
||||
int createReceivingDataSockets();
|
||||
void destroyReceivingDataSockets();
|
||||
void createReceivingDataSockets();
|
||||
|
||||
/**
|
||||
* Reads frames from receiver through a constant socket
|
||||
|
||||
Reference in New Issue
Block a user