This commit is contained in:
2021-09-03 17:29:27 +02:00
parent 0c7ff62d8d
commit a718d69368
7 changed files with 54 additions and 23 deletions

View File

@ -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);