##// END OF EJS Templates
Integration of basic parameters functions in the flight software...
Integration of basic parameters functions in the flight software BP1 and BP2 are computed constant LSB_FIRST_TCH is defined (will be removed later) k coefficients are initialized in the init task v, e1 and e2 are read directly in buffers and put in HK packets sending functions slightly modified spectral matrices are now correctly timestamped a few changes to LFR_basic-parameters

File last commit:

r167:6c1a4ac855d5 patch rev 2
r179:f0fdfd2b8c4c VHDL_0_1_28
Show More
fsw_params_nb_bytes.h
37 lines | 1.1 KiB | text/x-c | CLexer
#ifndef TM_BYTE_POSITIONS_H
#define TM_BYTE_POSITIONS_H
// SEQUENCE_CNT
#define PACKET_POS_SEQUENCE_CNT 6 // 4 + 2
// TC_LFR_LOAD_COMMON_PAR
// TC_LFR_LOAD_NORMAL_PAR
#define DATAFIELD_POS_SY_LFR_N_SWF_L 0
#define DATAFIELD_POS_SY_LFR_N_SWF_P 2
#define DATAFIELD_POS_SY_LFR_N_ASM_P 4
#define DATAFIELD_POS_SY_LFR_N_BP_P0 6
#define DATAFIELD_POS_SY_LFR_N_BP_P1 7
#define DATAFIELD_POS_SY_LFR_N_CWF_LONG_F3 8
// TC_LFR_LOAD_BURST_PAR
#define DATAFIELD_POS_SY_LFR_B_BP_P0 0
#define DATAFIELD_POS_SY_LFR_B_BP_P1 1
// TC_LFR_LOAD_SBM1_PAR
#define DATAFIELD_POS_SY_LFR_S1_BP_P0 0
#define DATAFIELD_POS_SY_LFR_S1_BP_P1 1
// TC_LFR_LOAD_SBM2_PAR
#define DATAFIELD_POS_SY_LFR_S2_BP_P0 0
#define DATAFIELD_POS_SY_LFR_S2_BP_P1 1
// TC_LFR_UPDATE_INFO
#define BYTE_POS_UPDATE_INFO_PARAMETERS_SET5 34
#define BYTE_POS_UPDATE_INFO_PARAMETERS_SET6 35
// TC_LFR_ENTER_MODE
#define BYTE_POS_CP_MODE_LFR_SET 11
#define BYTE_POS_CP_LFR_ENTER_MODE_TIME 12
#endif // TM_BYTE_POSITIONS_H