#include "Quantity/Variable.h"
#include "Quantity/Constant.h"
#include "Quantity/QuantityCluster.h"
Go to the source code of this file.
Namespaces | |
| namespace | quantity |
| namespace | quantity::frequency |
Classes | |
| struct | quantity::Standard< frequency::Hertzs, ST > |
| provide information for Hertz standardization and exactness More... | |
| struct | quantity::QuantityTraits< frequency::Class > |
| the frequency quantity traits template More... | |
| struct | quantity::DerivedQuantityTraits< frequency::Class, frequency::DerivedFrequency > |
Typedefs | |
| typedef unit::Prefixable < Unit, HertzUnits > | quantity::frequency::Hertzs |
| the Hertzs | |
| typedef unit::Prefixed < Hertzs > | quantity::frequency::Hertz |
| the Hertz | |
| typedef unit::Prefixed < Hertzs, unit::Milli > | quantity::frequency::MilliHertz |
| the MilliHertz | |
| typedef unit::Prefixed < Hertzs, unit::Kilo > | quantity::frequency::KiloHertz |
| the KiloHertz | |
| typedef unit::Prefixed < Hertzs, unit::Mega > | quantity::frequency::MegaHertz |
| the MegaHertz | |
| typedef unit::Prefixed < Hertzs, unit::Giga > | quantity::frequency::GigaHertz |
| the GigaHertz | |
| typedef Hertzs::Units | quantity::frequency::Units |
| list of all available frequency units | |
| typedef Hertz | quantity::frequency::Hz |
| typedef MilliHertz | quantity::frequency::mHz |
| typedef MegaHertz | quantity::frequency::MHz |
| typedef GigaHertz | quantity::frequency::GHz |
| typedef Quantity< Class > | quantity::frequency::Quantity |
| typedef Variable < frequency::Quantity > | quantity::Frequency |
| the frequency variable with default storage unit and storage type double | |
| typedef Constant < frequency::Quantity > | quantity::FrequencyConstant |
| the frequency constant with default storage unit and storage type double | |
| typedef QuantityVector < Variable, frequency::Quantity > | quantity::FrequencyVector |
| the frequency variable vector with default storage unit and storage type double | |
For details see Frequency Quantity and Units
Definition in file Frequency.h.
1.5.3