Skip to content

Conversation

peternewman
Copy link
Member

No description provided.

Copy link
Member

@kripton kripton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see inline comments

case UNITS_DECIBEL_WATT:
return "dB(W)";
case UNITS_DECIBEL_METER:
return "dB meter";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should probably be "dBm"?

case UNITS_PERCENT:
return "%";
case UNITS_MOLES_PER_METER_CUBED:
return "mol/m^3";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we have full UTF-8 support, we could do mol/m³

case UNITS_RPM:
return "RPM";
case UNITS_BYTE_PER_SECOND:
return "bps";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bps reads like bit per second. Bps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants