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:
@ -291,7 +291,7 @@ namespace upm {
|
||||
* Set the Phase Loss Voltage Threshold. See the datasheet for
|
||||
* details. This method will throw on error.
|
||||
*
|
||||
* @param dispUnits A floating point value between 1.0-99.0
|
||||
* @param phaseLoss A floating point value between 1.0-99.0
|
||||
*/
|
||||
void writePhaseLossVT(float phaseLoss);
|
||||
|
||||
@ -299,7 +299,7 @@ namespace upm {
|
||||
* Set the Phase Loss Imbalance Threshold. See the datasheet for
|
||||
* details. This method will throw on error.
|
||||
*
|
||||
* @param dispUnits A floating point value between 1.0-99.0
|
||||
* @param phaseLoss A floating point value between 1.0-99.0
|
||||
*/
|
||||
void writePhaseLossIT(float phaseLoss);
|
||||
|
||||
|
Reference in New Issue
Block a user