CCSDS
configCCSDS.Arduino.h
1#ifndef _CONFIG_CCSDS_H_
2#define _CONFIG_CCSDS_H_
3
4/* To be able to use this library on ARDUINO UNO, the default setting
5 * is a very memory saving configuration
6 */
7
9#define configSP_MAX_DATA_SIZE 32
10
12#define configTC_TF_MAX_SIZE 44
13
15#define configTM_TF_TOTAL_SIZE 44
16
18#define configTF_USE_OCF 1
19
21#define configTF_USE_FECF 1
22
24#define configTC_TF_PRIM_HEADER_SIZE 6
25
27#define configTMTC_MAX_SCIDS 2
28
30#define configFARM_SLIDING_WINDOW_WIDTH 16
31
32#ifndef configUSE_CLTU_SUPPORT // this is needed for test cases
34# define configUSE_CLTU_SUPPORT 0
35#endif
36
40#define configCLTU_MAX_SIZE 66
41
42
43#endif // _CONFIG_CCSDS_H_