##// END OF EJS Templates
SPW_TXHSIZE and CCSDS_TC_PKT_MAX_SIZE modified to have a working configuration
paul -
r57:d4a9a4d748d5 default
parent child
Show More
@@ -9,7 +9,7
9
9
10 #define SPW_RXSIZE 228
10 #define SPW_RXSIZE 228
11 #define SPW_TXDSIZE 4096
11 #define SPW_TXDSIZE 4096
12 #define SPW_TXHSIZE 34
12 #define SPW_TXHSIZE 64
13
13
14 #define BITS_PID_0 0x07
14 #define BITS_PID_0 0x07
15 #define BITS_PID_1 0x0f
15 #define BITS_PID_1 0x0f
@@ -21,7 +21,7
21 #define CCSDS_TELEMETRY_HEADER_LENGTH (16+4)
21 #define CCSDS_TELEMETRY_HEADER_LENGTH (16+4)
22 #define CCSDS_TM_PKT_MAX_SIZE 4412
22 #define CCSDS_TM_PKT_MAX_SIZE 4412
23 #define CCSDS_TELECOMMAND_HEADER_LENGTH (10+4)
23 #define CCSDS_TELECOMMAND_HEADER_LENGTH (10+4)
24 #define CCSDS_TC_PKT_MAX_SIZE (228+3) // => 3 is for Prot ID, Reserved and User App bytes
24 #define CCSDS_TC_PKT_MAX_SIZE 232 // (228+3) with 3 for Prot ID, Reserved and User App bytes, SHALL BE A MULTIPLE OF 4
25 #define CCSDS_TC_PKT_MIN_SIZE 16
25 #define CCSDS_TC_PKT_MIN_SIZE 16
26 #define CCSDS_PROCESS_ID 76
26 #define CCSDS_PROCESS_ID 76
27 #define CCSDS_PACKET_CATEGORY 12
27 #define CCSDS_PACKET_CATEGORY 12
General Comments 0
You need to be logged in to leave comments. Login now