mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
docs: updated @param tags, added missing function descriptions, other minor changes
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -121,7 +121,7 @@ extern "C" {
|
||||
* precision supported: MS5803_OSR_4096
|
||||
*
|
||||
* @param dev Device context.
|
||||
* @param dev One of the MS5803_OSR_T values.
|
||||
* @param osr One of the MS5803_OSR_T values.
|
||||
*/
|
||||
void ms5803_set_temperature_osr(const ms5803_context dev,
|
||||
MS5803_OSR_T osr);
|
||||
@ -134,7 +134,7 @@ extern "C" {
|
||||
* precision supported: MS5803_OSR_4096
|
||||
*
|
||||
* @param dev Device context.
|
||||
* @param dev One of the MS5803_OSR_T values.
|
||||
* @param osr One of the MS5803_OSR_T values.
|
||||
*/
|
||||
void ms5803_set_pressure_osr(const ms5803_context dev,
|
||||
MS5803_OSR_T osr);
|
||||
|
@ -108,7 +108,7 @@ namespace upm {
|
||||
* The default set at device intialization is the highest
|
||||
* precision supported: MS5803_OSR_4096
|
||||
*
|
||||
* @param dev One of the MS5803_OSR_T values.
|
||||
* @param osr One of the MS5803_OSR_T values.
|
||||
*/
|
||||
void setTemperatureOSR(MS5803_OSR_T osr);
|
||||
|
||||
@ -119,7 +119,7 @@ namespace upm {
|
||||
* The default set at device intialization is the highest
|
||||
* precision supported: MS5803_OSR_4096
|
||||
*
|
||||
* @param dev One of the MS5803_OSR_T values.
|
||||
* @param osr One of the MS5803_OSR_T values.
|
||||
*/
|
||||
void setPressureOSR(MS5803_OSR_T osr);
|
||||
|
||||
|
Reference in New Issue
Block a user