directly writing exptime

This commit is contained in:
Erik Frojdh
2020-05-20 09:47:41 +02:00
parent 761f93d753
commit 30fc346e22
3 changed files with 5 additions and 11 deletions

View File

@ -432,7 +432,7 @@ class Module : public virtual slsDetectorDefs {
void setExptime(int gateIndex, int64_t value);
/** [Mythen3] for all gates */
std::array<int64_t, 3> getExptimeForAllGates();
std::array<time::ns, 3> getExptimeForAllGates();
/** [Mythen3] gatIndex: 0-2 */
int64_t getGateDelay(int gateIndex);