|
DUDS
|
Distributed Update of Data from Something
|
Defines Unit objects for specific common base and derived SI units. More...
#include <duds/data/Unit.hpp>Go to the source code of this file.
Namespaces | |
| duds | |
| duds::data | |
| duds::data::units | |
| A collection of Unit objects representing commonly used SI units. | |
Functions | |
| constexpr Unit | duds::data::units::Ampere (DUDS_UNIT_VALUE(1, 0, 0, 0, 0, 0, 0, 0, 0)) |
| constexpr Unit | duds::data::units::Becquerel (DUDS_UNIT_VALUE(0, 0, 0, 0, 0, 0, -1, 0, 0)) |
| constexpr Unit | duds::data::units::Candela (DUDS_UNIT_VALUE(0, 1, 0, 0, 0, 0, 0, 0, 0)) |
| constexpr Unit | duds::data::units::Coulomb (DUDS_UNIT_VALUE(1, 0, 0, 0, 0, 0, 1, 0, 0)) |
| constexpr Unit | duds::data::units::Farad (DUDS_UNIT_VALUE(2, 0, 0, -1, -2, 0, 4, 0, 0)) |
| constexpr Unit | duds::data::units::Gray (DUDS_UNIT_VALUE(0, 0, 0, 0, 2, 0, -2, 0, 0)) |
| constexpr Unit | duds::data::units::Henry (DUDS_UNIT_VALUE(-2, 0, 0, 1, 2, 0, -2, 0, 0)) |
| constexpr Unit | duds::data::units::Hertz (DUDS_UNIT_VALUE(0, 0, 0, 0, 0, 0, -1, 0, 0)) |
| constexpr Unit | duds::data::units::Joule (DUDS_UNIT_VALUE(0, 0, 0, 1, 2, 0, -2, 0, 0)) |
| constexpr Unit | duds::data::units::Katal (DUDS_UNIT_VALUE(0, 0, 0, 0, 0, 1, -1, 0, 0)) |
| constexpr Unit | duds::data::units::Kelvin (DUDS_UNIT_VALUE(0, 0, 1, 0, 0, 0, 0, 0, 0)) |
| constexpr Unit | duds::data::units::Kilogram (DUDS_UNIT_VALUE(0, 0, 0, 1, 0, 0, 0, 0, 0)) |
| constexpr Unit | duds::data::units::Lumen (DUDS_UNIT_VALUE(0, 1, 0, 0, 0, 0, 0, 0, 1)) |
| constexpr Unit | duds::data::units::Lux (DUDS_UNIT_VALUE(0, 1, 0, 0, -2, 0, 0, 0, 1)) |
| constexpr Unit | duds::data::units::Meter (DUDS_UNIT_VALUE(0, 0, 0, 0, 1, 0, 0, 0, 0)) |
| constexpr Unit | duds::data::units::Mole (DUDS_UNIT_VALUE(0, 0, 0, 0, 0, 1, 0, 0, 0)) |
| constexpr Unit | duds::data::units::Newton (DUDS_UNIT_VALUE(0, 0, 0, 1, 1, 0, -2, 0, 0)) |
| constexpr Unit | duds::data::units::Ohm (DUDS_UNIT_VALUE(-2, 0, 0, 1, 2, 0, -3, 0, 0)) |
| constexpr Unit | duds::data::units::Pascal (DUDS_UNIT_VALUE(0, 0, 0, 1, -1, 0, -2, 0, 0)) |
| constexpr Unit | duds::data::units::Radian (DUDS_UNIT_VALUE(0, 0, 0, 0, 0, 0, 0, 1, 0)) |
| constexpr Unit | duds::data::units::Second (DUDS_UNIT_VALUE(0, 0, 0, 0, 0, 0, 1, 0, 0)) |
| constexpr Unit | duds::data::units::Siemens (DUDS_UNIT_VALUE(2, 0, 0, -1, -2, 0, 3, 0, 0)) |
| constexpr Unit | duds::data::units::Sievert (DUDS_UNIT_VALUE(0, 0, 0, 0, 2, 0, -2, 0, 0)) |
| constexpr Unit | duds::data::units::Steradian (DUDS_UNIT_VALUE(0, 0, 0, 0, 0, 0, 0, 0, 1)) |
| constexpr Unit | duds::data::units::Tesla (DUDS_UNIT_VALUE(-1, 0, 0, 1, 0, 0, -2, 0, 0)) |
| constexpr Unit | duds::data::units::Volt (DUDS_UNIT_VALUE(-1, 0, 0, 1, 2, 0, -3, 0, 0)) |
| constexpr Unit | duds::data::units::Watt (DUDS_UNIT_VALUE(0, 0, 0, 1, 2, 0, -3, 0, 0)) |
| constexpr Unit | duds::data::units::Weber (DUDS_UNIT_VALUE(-1, 0, 0, 0, 2, 0, -2, 0, 0)) |
Defines Unit objects for specific common base and derived SI units.
Definition in file Units.hpp.