from timetest merge

This commit is contained in:
2020-05-20 10:18:51 +02:00
parent 5690914048
commit 8973ef1aaa
3 changed files with 5 additions and 14 deletions

View File

@ -441,7 +441,7 @@ class Module : public virtual slsDetectorDefs {
void setGateDelay(int gateIndex, int64_t value);
/** [Mythen3] for all gates */
std::array<int64_t, 3> getGateDelayForAllGates();
std::array<time::ns, 3> getGateDelayForAllGates();
int64_t getPeriod();