first one

This commit is contained in:
2019-08-07 12:02:59 +02:00
parent cff4d162c1
commit dd6a95d041
3 changed files with 16 additions and 5 deletions

View File

@ -124,7 +124,13 @@ class Detector {
void setPeriod(ns t, Positions pos = {});
// dhanya
/**
* Check version compatibility with detector software
* (if hostname/rx_hostname has been set/ sockets created)
* @param p port type control port or receiver port
* @param detPos -1 for all detectors in list or specific detector position
*/
void checkDetectorVersionCompatibility(Positions pos = {});
};