#include "Quantity/Variable.h"
#include "Quantity/Constant.h"
#include "PhysicalQuantities/ElectricPotential.h"
#include "PhysicalQuantities/Time.h"
Go to the source code of this file.
Namespaces | |
namespace | quantity |
namespace | quantity::voltageScanRate |
Classes | |
struct | quantity::Standard< voltageScanRate::VoltageScanRateComposedUnit, ST > |
provide information for VoltageScanRateComposedUnit standardization and exactness More... | |
struct | quantity::QuantityTraits< voltageScanRate::Class > |
the voltage scan rate quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< voltageScanRate::Class, voltageScanRate::DerivedVoltageScanRate > |
Typedefs | |
typedef unit::ComposeElement < Unit, ElectricPotentialList, BSUtilities::Rational< 1 > > | quantity::voltageScanRate::ElectricPotentialElement |
electric potential compose element for VoltageScanRate volt per second units | |
typedef unit::ComposeElement < Unit, TimeList, BSUtilities::Rational<-1 > > | quantity::voltageScanRate::TimeElement |
time compose element for VoltageScanRate volt per second units | |
typedef unit::ComposeBase < Unit, LOKI_TYPELIST_2(ElectricPotentialElement, TimeElement)> | quantity::voltageScanRate::VoltageScanRateComposedUnit |
typedef unit::Composed < VoltageScanRateComposedUnit, LOKI_TYPELIST_2(electricPotential::Volt, time::Second)> | quantity::voltageScanRate::VoltPerSecond |
typedef unit::Composed < VoltageScanRateComposedUnit, LOKI_TYPELIST_2(electricPotential::Volt, time::MilliSecond)> | quantity::voltageScanRate::VoltPerMilliSecond |
typedef unit::Composed < VoltageScanRateComposedUnit, LOKI_TYPELIST_2(electricPotential::Volt, time::MicroSecond)> | quantity::voltageScanRate::VoltPerMicroSecond |
typedef unit::Composed < VoltageScanRateComposedUnit, LOKI_TYPELIST_2(electricPotential::MilliVolt, time::Second)> | quantity::voltageScanRate::MilliVoltPerSecond |
typedef unit::Composed < VoltageScanRateComposedUnit, LOKI_TYPELIST_2(electricPotential::KiloVolt, time::Second)> | quantity::voltageScanRate::KiloVoltPerSecond |
typedef unit::Composed < VoltageScanRateComposedUnit, LOKI_TYPELIST_2(electricPotential::MegaVolt, time::Second)> | quantity::voltageScanRate::MegaVoltPerSecond |
typedef Quantity< Class > | quantity::voltageScanRate::Quantity |
typedef Variable < voltageScanRate::Quantity > | quantity::VoltageScanRate |
the voltage scan rate variable with default storage unit and storage type double | |
typedef Constant < voltageScanRate::Quantity > | quantity::VoltageScanRateConstant |
the voltage scan rate constant with default storage unit and storage type double | |
typedef QuantityVector < Variable, voltageScanRate::Quantity > | quantity::VoltageScanRateVector |
the voltage scan rate variable vector with default storage unit and storage type double | |
Functions | |
typedef | quantity::voltageScanRate::LOKI_TYPELIST_4 (electricPotential::Volt, electricPotential::MilliVolt, electricPotential::KiloVolt, electricPotential::MegaVolt) ElectricPotentialList |
typedef | quantity::voltageScanRate::LOKI_TYPELIST_3 (time::Second, time::MilliSecond, time::MicroSecond) TimeList |
typedef | quantity::voltageScanRate::LOKI_TYPELIST_6 (VoltPerSecond, VoltPerMilliSecond, VoltPerMicroSecond, MilliVoltPerSecond, KiloVoltPerSecond, MegaVoltPerSecond) Units |
list of all available voltage scan rate units |
For details see Voltage Scan Rate Quantity and Units
Definition in file VoltageScanRate.h.