fix decode error with imtq defintions
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
339b8e8ecc
commit
2cdd192eeb
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @brief Auto-generated event translation file. Contains 116 translations.
|
||||
* @details
|
||||
* Generated on: 2022-02-03 12:03:33
|
||||
* Generated on: 2022-02-03 16:24:52
|
||||
*/
|
||||
#include "translateEvents.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @brief Auto-generated event translation file. Contains 116 translations.
|
||||
* @details
|
||||
* Generated on: 2022-02-03 12:03:33
|
||||
* Generated on: 2022-02-03 16:24:52
|
||||
*/
|
||||
#include "translateEvents.h"
|
||||
|
||||
|
@ -390,7 +390,7 @@ class EngHkDataset : public StaticLocalDataSet<ENG_HK_SET_POOL_ENTRIES> {
|
||||
lp_var_t<float> coilXCurrentmA = lp_var_t<float>(sid.objectId, COIL_X_CURRENT, this);
|
||||
lp_var_t<float> coilYCurrentmA = lp_var_t<float>(sid.objectId, COIL_Y_CURRENT, this);
|
||||
lp_var_t<float> coilZCurrentmA = lp_var_t<float>(sid.objectId, COIL_Z_CURRENT, this);
|
||||
/** All temperatures in [°C] */
|
||||
/** All temperatures in [<EFBFBD>C] */
|
||||
lp_var_t<uint16_t> coilXTemperature = lp_var_t<uint16_t>(sid.objectId, COIL_X_TEMPERATURE, this);
|
||||
lp_var_t<uint16_t> coilYTemperature = lp_var_t<uint16_t>(sid.objectId, COIL_Y_TEMPERATURE, this);
|
||||
lp_var_t<uint16_t> coilZTemperature = lp_var_t<uint16_t>(sid.objectId, COIL_Z_TEMPERATURE, this);
|
||||
@ -477,7 +477,7 @@ class CommandDipolePacket : public SerialLinkedListAdapter<SerializeIF> {
|
||||
* Raw magnetic field: [nT]
|
||||
* Calibrated magnetic field: [nT]
|
||||
* Coil currents: [mA]
|
||||
* Temperature: [°C]
|
||||
* Temperature: [C]
|
||||
* The +X self test generates a positive dipole in X direction and measures the magnetic
|
||||
* field with the built-in MTM. The procedure of the test is as follows:
|
||||
* 1. All coils off (INIT step)
|
||||
@ -554,7 +554,7 @@ class PosXSelfTestSet : public StaticLocalDataSet<SELF_TEST_DATASET_ENTRIES> {
|
||||
* Raw magnetic field: [nT]
|
||||
* Calibrated magnetic field: [nT]
|
||||
* Coil currents: [mA]
|
||||
* Temperature: [°C]
|
||||
* Temperature: [C]
|
||||
* The -X self test generates a negative dipole in X direction and measures the magnetic
|
||||
* field with the built-in MTM. The procedure of the test is as follows:
|
||||
* 1. All coils off (INIT step)
|
||||
@ -631,7 +631,7 @@ class NegXSelfTestSet : public StaticLocalDataSet<SELF_TEST_DATASET_ENTRIES> {
|
||||
* Raw magnetic field: [nT]
|
||||
* Calibrated magnetic field: [nT]
|
||||
* Coil currents: [mA]
|
||||
* Temperature: [°C]
|
||||
* Temperature: [C]
|
||||
* The +Y self test generates a positive dipole in y direction and measures the magnetic
|
||||
* field with the built-in MTM. The procedure of the test is as follows:
|
||||
* 1. All coils off (INIT step)
|
||||
@ -708,7 +708,7 @@ class PosYSelfTestSet : public StaticLocalDataSet<SELF_TEST_DATASET_ENTRIES> {
|
||||
* Raw magnetic field: [nT]
|
||||
* Calibrated magnetic field: [nT]
|
||||
* Coil currents: [mA]
|
||||
* Temperature: [°C]
|
||||
* Temperature: [C]
|
||||
* The -Y self test generates a negative dipole in y direction and measures the magnetic
|
||||
* field with the built-in MTM. The procedure of the test is as follows:
|
||||
* 1. All coils off (INIT step)
|
||||
@ -785,7 +785,7 @@ class NegYSelfTestSet : public StaticLocalDataSet<SELF_TEST_DATASET_ENTRIES> {
|
||||
* Raw magnetic field: [nT]
|
||||
* Calibrated magnetic field: [nT]
|
||||
* Coil currents: [mA]
|
||||
* Temperature: [°C]
|
||||
* Temperature: [C]
|
||||
* The +Z self test generates a positive dipole in z direction and measures the magnetic
|
||||
* field with the built-in MTM. The procedure of the test is as follows:
|
||||
* 1. All coils off (INIT step)
|
||||
@ -862,7 +862,7 @@ class PosZSelfTestSet : public StaticLocalDataSet<SELF_TEST_DATASET_ENTRIES> {
|
||||
* Raw magnetic field: [nT]
|
||||
* Calibrated magnetic field: [nT]
|
||||
* Coil currents: [mA]
|
||||
* Temperature: [°C]
|
||||
* Temperature: [C]
|
||||
* The -Z self test generates a negative dipole in z direction and measures the magnetic
|
||||
* field with the built-in MTM. The procedure of the test is as follows:
|
||||
* 1. All coils off (INIT step)
|
||||
|
Loading…
Reference in New Issue
Block a user