starting receiver only at set detector type works

This commit is contained in:
Dhanya Maliakal
2015-05-21 17:39:17 +02:00
parent 92dfb366f6
commit c840305189
5 changed files with 24 additions and 6 deletions

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
*/