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
@ -38,6 +38,12 @@ namespace upm
|
||||
public:
|
||||
|
||||
virtual ~iTemperature() {}
|
||||
|
||||
/**
|
||||
* Measures temperature
|
||||
*
|
||||
* @return temperature value
|
||||
*/
|
||||
virtual float getTemperature() = 0;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user