mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 18:34:56 +01:00
wip
This commit is contained in:
@@ -289,7 +289,9 @@ class DetectorImpl : public virtual slsDetectorDefs {
|
||||
* @param fname name of pof/rbf file
|
||||
* @returns binary of the program
|
||||
*/
|
||||
std::vector<char> readProgrammingFile(const std::string &fname);
|
||||
std::vector<char> readProgrammingFile(const std::string &fname,
|
||||
std::string &checksum);
|
||||
std::string getMd5Checksum(const std::string &fname);
|
||||
|
||||
sls::Result<int> getNumberofUDPInterfaces(Positions pos) const;
|
||||
void setNumberofUDPInterfaces(int n, Positions pos);
|
||||
|
||||
Reference in New Issue
Block a user