mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
Added documentation to interfaces
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:

committed by
Mihai Tudor Panu

parent
864e1eb073
commit
c642e02a18
@ -33,6 +33,12 @@ namespace upm
|
||||
{
|
||||
public:
|
||||
virtual ~iMotion() {}
|
||||
|
||||
/**
|
||||
* Detects motion
|
||||
*
|
||||
* @return true if motion detected
|
||||
*/
|
||||
virtual bool motionDetected() = 0;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user