mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +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
@ -36,6 +36,12 @@ namespace upm
|
||||
{
|
||||
public:
|
||||
virtual ~iPressure() {}
|
||||
|
||||
/**
|
||||
* Measures applied pressure
|
||||
*
|
||||
* @return gets pressure value
|
||||
*/
|
||||
virtual float getPressure() = 0;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user