|
| Resistance | roo_quantity::ResistanceInOhms (float resistance) |
| | Returns a resistance object equivalent to the specified resistance expressed in Ohms.
|
| |
| Resistance | roo_quantity::UnknownResistance () |
| | Returns a resistance object representing an unknown resistance.
|
| |
| Resistance | roo_quantity::ResistanceInGigaOhms (float resistance) |
| | Returns a resistance object equivalent to the specified resistance expressed in GigaOhms.
|
| |
| Resistance | roo_quantity::ResistanceInMegaOhms (float resistance) |
| | Returns a resistance object equivalent to the specified resistance expressed in MegaOhms.
|
| |
| Resistance | roo_quantity::ResistanceInKiloOhms (float resistance) |
| | Returns a resistance object equivalent to the specified resistance expressed in kiloOhms.
|
| |
| Resistance | roo_quantity::ResistanceInMilliOhms (float resistance) |
| | Returns a resistance object equivalent to the specified resistance expressed in milliOhms.
|
| |
| Resistance | roo_quantity::ResistanceInMicroOhms (float resistance) |
| | Returns a resistance object equivalent to the specified resistance expressed in microOhms.
|
| |
| Resistance | roo_quantity::ResistanceInNanoOhms (float resistance) |
| | Returns a resistance object equivalent to the specified resistance expressed in microOhms.
|
| |
| Resistance | roo_quantity::operator+ (Resistance a, Resistance b) |
| |
| Resistance | roo_quantity::operator- (Resistance a, Resistance b) |
| |
| Resistance | roo_quantity::operator- (Resistance a) |
| |
| Resistance | roo_quantity::operator* (Resistance a, float b) |
| |
| Resistance | roo_quantity::operator* (float a, Resistance b) |
| |
| Resistance | roo_quantity::operator/ (Resistance a, float b) |
| |
| float | roo_quantity::operator/ (Resistance a, Resistance b) |
| |
| Voltage | roo_quantity::operator* (Resistance a, Current b) |
| | Vs Ohm's law.
|
| |
| Voltage | roo_quantity::operator* (Current a, Resistance b) |
| |
| Resistance | roo_quantity::operator/ (Voltage a, Current b) |
| |
| Current | roo_quantity::operator/ (Voltage a, Resistance b) |
| |
| roo_logging::Stream & | roo_quantity::operator<< (roo_logging::Stream &os, const Resistance &val) |
| |