Added roi to master file

This commit is contained in:
2019-08-20 13:42:26 +02:00
parent 9ebff9c8a8
commit 11c1fb0e11
4 changed files with 15 additions and 0 deletions

View File

@ -71,4 +71,6 @@ struct masterAttributes {
uint32_t adcmask;
uint32_t dbitoffset;
uint64_t dbitlist;
uint32_t roiXmin;
uint32_t roiXmax;
};