CCSDS
configCCSDS.h
1#ifndef _CONFIG_CCSDS_H_
2#define _CONFIG_CCSDS_H_
3
4
6#define configSP_MAX_DATA_SIZE 496
7
9#define configTC_TF_MAX_SIZE 508
10
12#define configTM_TF_TOTAL_SIZE 508
13
15#define configTF_USE_OCF 1
16
18#define configTF_USE_FECF 1
19
21#define configTC_TF_PRIM_HEADER_SIZE 6
22
24#define configTMTC_MAX_SCIDS 2
25
27#define configFARM_SLIDING_WINDOW_WIDTH 16
28
29#ifndef configUSE_CLTU_SUPPORT // this is needed for test cases
31# define configUSE_CLTU_SUPPORT 0
32#endif
33
37#define configCLTU_MAX_SIZE 594
38
39
40#endif // _CONFIG_CCSDS_H_