Update interface documentation

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Serban Waltter
2018-07-19 19:45:54 +03:00
committed by Mihai Tudor Panu
parent 57c0c8c235
commit bfdd2c37c0
7 changed files with 13 additions and 7 deletions

View File

@ -33,6 +33,12 @@ namespace upm
{
public:
virtual ~iDistanceInterrupter() {}
/**
* Determines if objected is detected
*
* @return True if the sensor has detected an object
*/
virtual bool objectDetected() = 0;
};
}