data call back form receiver includes both x and y dimensions

This commit is contained in:
Dhanya Maliakal
2015-12-16 15:01:00 +01:00
parent 7848b79cf2
commit 5c239ad45f
3 changed files with 11 additions and 5 deletions

View File

@ -234,7 +234,11 @@ class slsDetectorBase : public virtual slsDetectorDefs, public virtual errorDef
\returns total number of channels
*/
virtual int getTotalNumberOfChannels()=0;
/**
\returns total number of channels for each dimension
*/
virtual int getTotalNumberOfChannels(dimension d)=0;
/** generates file name without extension */
virtual string createFileName()=0;