##// END OF EJS Templates
the TC_ENTER_MODE time parameter is taken into account...
the TC_ENTER_MODE time parameter is taken into account time < localTime time > locaTime + 3 the behaviour in case of a default has to be refined

File last commit:

r111:169204beff11 VHDLib206
r111:169204beff11 VHDLib206
Show More
fsw_params_nb_bytes.h
29 lines | 682 B | text/x-c | CLexer
/ header / fsw_params_nb_bytes.h
paul
Minor modifications to meet Logiscope requirements
r77 #ifndef TM_BYTE_POSITIONS_H
#define TM_BYTE_POSITIONS_H
#define BYTE_POS_CP_LFR_MODE 11
// TC_LFR_LOAD_COMMON_PAR
// TC_LFR_LOAD_NORMAL_PAR
#define BYTE_POS_SY_LFR_N_SWF_L 0
#define BYTE_POS_SY_LFR_N_SWF_P 2
#define BYTE_POS_SY_LFR_N_ASM_P 4
#define BYTE_POS_SY_LFR_N_BP_P0 6
#define BYTE_POS_SY_LFR_N_BP_P1 7
paul
rev 1.0.0.2...
r104 #define BYTE_POS_SY_LFR_N_CWF_LONG_F3 8
paul
Minor modifications to meet Logiscope requirements
r77
// TC_LFR_LOAD_BURST_PAR
// TC_LFR_LOAD_SBM1_PAR
// TC_LFR_LOAD_SBM2_PAR
paul
rev 1.0.0.2...
r104 // TC_LFR_UPDATE_INFO
#define BYTE_POS_HK_UPDATE_INFO_PAR_SET5 24 // 34 - 10
#define BYTE_POS_HK_UPDATE_INFO_PAR_SET6 25 // 35 - 10
paul
Minor modifications to meet Logiscope requirements
r77
paul
the TC_ENTER_MODE time parameter is taken into account...
r111 // TC_LFR_ENTER_MODE
#define BYTE_POS_CP_LFR_ENTER_MODE_TIME 2 // 12 - 10
paul
Minor modifications to meet Logiscope requirements
r77 #endif // TM_BYTE_POSITIONS_H