Units used by the system model parameters.
More...
Go to the source code of this file.
Units used by the system model parameters.
- Author
- T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
- Date
- 2024-08-20
◆ CovarianceAccelUnits
Possible Units for the Standard deviation of the acceleration due to user motion.
Enumerator |
---|
m2_s3 | [ m^2 / s^3 ]
|
m_sqrts3 | [ m / √(s^3) ]
|
COUNT | Amount of items in the enum.
|
◆ CovarianceClkFrequencyDriftUnits
Possible Units for the Standard deviation of the clock frequency drift.
Enumerator |
---|
m2_s3 | [ m^2 / s^3 ]
|
m_sqrts3 | [ m / √(s^3) ]
|
COUNT | Amount of items in the enum.
|
◆ CovarianceClkPhaseDriftUnits
Possible Units for the Standard deviation of the clock phase drift.
Enumerator |
---|
m2_s | [ m^2 / s ]
|
m_sqrts | [ m / √(s) ]
|
COUNT | Amount of items in the enum.
|
◆ convertUnit() [1/3]
Converts the value depending on the unit provided.
- Parameters
-
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
- Returns
- Value in unit of the first item in the Unit enum
◆ convertUnit() [2/3]
Converts the value depending on the unit provided.
- Parameters
-
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
- Returns
- Value in unit of the first item in the Unit enum
◆ convertUnit() [3/3]
Converts the value depending on the unit provided.
- Parameters
-
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
- Returns
- Value in unit of the first item in the Unit enum
◆ from_json() [1/3]
Converts the provided json object into the data object.
- Parameters
-
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
◆ from_json() [2/3]
Converts the provided json object into the data object.
- Parameters
-
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
◆ from_json() [3/3]
Converts the provided json object into the data object.
- Parameters
-
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
◆ to_json() [1/3]
Converts the provided data into a json object.
- Parameters
-
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
◆ to_json() [2/3]
Converts the provided data into a json object.
- Parameters
-
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
◆ to_json() [3/3]
Converts the provided data into a json object.
- Parameters
-
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
◆ to_string() [1/3]
Converts the unit into a string.
- Parameters
-
◆ to_string() [2/3]
Converts the unit into a string.
- Parameters
-
◆ to_string() [3/3]
Converts the unit into a string.
- Parameters
-