#include <QuantityCluster.h>
Static Public Attributes | |
const std::string | TAG = "quantityVector" |
definition of Vector tag | |
const std::string | MTAG = "mode" |
definition of Vector id tag | |
const std::string | QTAG = "quantity" |
definition of Vector quantity tag | |
const std::string | UTAG = "unit" |
definition of Vector unit tag | |
const std::string | DTAG = "data" |
definition of Vector data tag | |
const std::string | VTAG = "value" |
definition of Vector value tag | |
Private Types | |
typedef Quantity< DIM, BT, UL, DU, ST > | PQ |
the parent quantity |
specialization for Q being a quantity; parameterized by a dimension DIM, the base unit type BT, a typelist of units UL, the default unit DU, and the storage type ST;
Definition at line 59 of file QuantityCluster.h.
|
the parent quantity
Definition at line 63 of file QuantityCluster.h. |
|
definition of Vector data tag
Definition at line 109 of file QuantityCluster.h. |
|
definition of Vector id tag
Definition at line 89 of file QuantityCluster.h. |
|
definition of Vector quantity tag
Definition at line 94 of file QuantityCluster.h. |
|
definition of Vector tag
Definition at line 84 of file QuantityCluster.h. |
|
definition of Vector unit tag
Definition at line 99 of file QuantityCluster.h. |
|
definition of Vector value tag
Definition at line 104 of file QuantityCluster.h. |