Merge branch 'startlater'

This commit is contained in:
Dhanya Maliakal
2015-05-26 12:31:51 +02:00
5 changed files with 24 additions and 6 deletions

View File

@ -65,6 +65,11 @@ class UDPBaseImplementation : protected virtual slsReceiverDefs, public UDPInter
*/
int setDetectorType(detectorType det);
/**
* Set bottom to bot
* @param bot = 1 if bottom
*/
void setBottom(int bot);
//Frame indices and numbers caught
/**

View File

@ -225,6 +225,12 @@ class UDPInterface {
**************************************** Added by Dhanya *********************************************************
*******************************************************************************************************************/
/**
* Set bottom to bot
* @param bot = 1 if bottom
*/
virtual void setBottom(int bot)= 0;
/**
* Returns File Index
*/