#include "Quantities/Quantity/Variable.h"
#include "Quantities/Quantity/Constant.h"
#include "Quantities/Quantity/QuantityAggregates.h"
Go to the source code of this file.
Namespaces | |
namespace | quantity |
namespace | quantity::electricCurrent |
Classes | |
struct | quantity::QuantityTraits< electricCurrent::Class > |
the electric current quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< electricCurrent::Class, electricCurrent::DerivedElectricCurrent > |
Typedefs | |
typedef unit::Prefixable< Unit, AmpereUnits > | quantity::electricCurrent::Amperes |
the Amperes | |
typedef unit::Prefixed< Amperes > | quantity::electricCurrent::Ampere |
the Ampere | |
typedef unit::Prefixed < Amperes, unit::Milli > | quantity::electricCurrent::MilliAmpere |
the MilliAmpere | |
typedef unit::Prefixed < Amperes, unit::Micro > | quantity::electricCurrent::MicroAmpere |
the MicroAmpere | |
typedef unit::NonPrefixable < Unit, GauUnit > | quantity::electricCurrent::Gau |
the Gau | |
typedef unit::NonPrefixable < Unit, BiotUnit > | quantity::electricCurrent::Biot |
the Biot | |
typedef unit::NonPrefixable < Unit, AtomicUnit > | quantity::electricCurrent::Atomic |
the atomic unit of electric current | |
typedef Loki::Typelist < Amperes, Loki::Typelist< Gau, Loki::Typelist< Biot, Loki::Typelist< Atomic, Loki::NullType > > > > | quantity::electricCurrent::Units |
list of all available electric current units | |
typedef Quantity< Class > | quantity::electricCurrent::Quantity |
typedef Variable < electricCurrent::Quantity > | quantity::ElectricCurrent |
the electric current variable with default storage unit and storage type double | |
typedef Constant < electricCurrent::Quantity > | quantity::ElectricCurrentConstant |
the electric current constant with default storage unit and storage type double | |
typedef VariableVector < QuantityVector < electricCurrent::Class > > | quantity::ElectricCurrentVector |
the electric current variable vectorwith default storage unit and storage type double |
For details see ElectricCurrent Quantity and Units
Definition in file ElectricCurrent.h.