]> sigrok.org Git - libsigrok.git/commitdiff
Add two new units.
authorJanne Huttunen <redacted>
Sat, 11 Oct 2014 12:47:27 +0000 (15:47 +0300)
committerUwe Hermann <redacted>
Sun, 12 Oct 2014 21:18:02 +0000 (23:18 +0200)
Add degrees and henrys to the list of supported units. Degree is
an unit of plane angle where one degree is 1/360th of a full circle.
Henry is the SI unit of inductance.

include/libsigrok/libsigrok.h

index 61e0caa897ef8e27076a5ed7831911cf6b6d8cda..a34796f299d112e60a4859c470aaef3490244d98 100644 (file)
@@ -264,6 +264,10 @@ enum sr_unit {
        SR_UNIT_HECTOPASCAL,
        /** Relative humidity assuming air temperature of 293 kelvin (%rF). */
        SR_UNIT_HUMIDITY_293K,
+       /** Plane angle in 1/360th of a full circle. */
+       SR_UNIT_DEGREE,
+       /** Henry (inductance). */
+       SR_UNIT_HENRY,
 };
 
 /** Values for sr_datafeed_analog.flags. */