Skip to content

Commit

Permalink
Add comment to tlm, comment out over-sized tlm
Browse files Browse the repository at this point in the history
  • Loading branch information
seki-hiro authored and chutaro committed Jul 26, 2023
1 parent 97eb05e commit 02623ca
Show file tree
Hide file tree
Showing 11 changed files with 448 additions and 627 deletions.
92 changes: 46 additions & 46 deletions database/TLM_DB/ISSL6U_AOBC_TLM_DB_AOBC_SAGITTA1.csv

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions database/TLM_DB/ISSL6U_AOBC_TLM_DB_AOBC_SAGITTA2.csv

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions database/TLM_DB/ISSL6U_AOBC_TLM_DB_AOBC_SAGITTA3.csv

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions database/TLM_DB/ISSL6U_AOBC_TLM_DB_AOBC_SAGITTA4.csv

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions database/TLM_DB/calced_data/ISSL6U_AOBC_TLM_DB_AOBC_SAGITTA1.csv

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions database/TLM_DB/calced_data/ISSL6U_AOBC_TLM_DB_AOBC_SAGITTA2.csv

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions database/TLM_DB/calced_data/ISSL6U_AOBC_TLM_DB_AOBC_SAGITTA3.csv

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions database/TLM_DB/calced_data/ISSL6U_AOBC_TLM_DB_AOBC_SAGITTA4.csv

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions src/src_user/Drivers/Aocs/sagitta.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,15 @@ typedef struct
*/
typedef struct
{
float mcu_degC; //!< Temperature of the MCU [0 ~ 100 degC]
float cmos_degC; //!< Temperature of the image sensor [0 ~ 100 degC]
float fpga_degC; //!< Temperature of the FPGA [0 ~ 100 degC]
float mcu_degC; //!< Temperature of the MCU
float cmos_degC; //!< Temperature of the image sensor
float fpga_degC; //!< Temperature of the FPGA
} SAGITTA_TELEMETRY_TEMPERATURE;

/**
* @struct SAGITTA_TELEMETRY_BLOBS
* @brief SagittaのBlobsテレメトリを格納する
* @note blob: a collection of pixels with a value higher than a specified threshold level
*/
typedef struct
{
Expand Down
183 changes: 2 additions & 181 deletions src/src_user/TlmCmd/telemetry_definitions.c

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/src_user/TlmCmd/telemetry_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ typedef enum
Tlm_CODE_AOBC_DR_ALGORITHM = 0xce,
Tlm_CODE_AOBC_DEBUG = 0xcf,
Tlm_CODE_AOBC_SAGITTA1 = 0xd0,
Tlm_CODE_AOBC_SAGITTA2 = 0xd1,
Tlm_CODE_AOBC_SAGITTA3 = 0xd2,
Tlm_CODE_AOBC_SAGITTA4 = 0xd3,

Expand Down

0 comments on commit 02623ca

Please sign in to comment.