The name of the quantity. */
| 60 | |
| 61 | /** The name of the quantity. */ |
| 62 | virtual std::string getLabel() { |
| 63 | return ""; |
| 64 | } |
| 65 | |
| 66 | /** The unit abbreviation of the quantity. |
| 67 | Include an initial space character if you want a space after the number, e.g. "440 Hz". This allows space-less units, like "100%". |
nothing calls this directly
no outgoing calls
no test coverage detected