##// END OF EJS Templates
CCSDS_TC_PKT_MAX_SIZE updated
paul -
r55:3e4216a0e698 default
parent child
Show More
@@ -3,11 +3,10
3 3
4 4 #define CCSDS_PROTOCOLE_EXTRA_BYTES 4
5 5 #define CCSDS_TC_TM_PACKET_OFFSET 7
6 #define CCSDS_TELEMETRY_HEADER_LENGTH 16+4
6 #define CCSDS_TELEMETRY_HEADER_LENGTH (16+4)
7 7 #define CCSDS_TM_PKT_MAX_SIZE 4412
8 #define CCSDS_TELECOMMAND_HEADER_LENGTH 10+4
9 //#define CCSDS_TC_PKT_MAX_SIZE 256
10 #define CCSDS_TC_PKT_MAX_SIZE 2048
8 #define CCSDS_TELECOMMAND_HEADER_LENGTH (10+4)
9 #define CCSDS_TC_PKT_MAX_SIZE (228+3) // => 3 is for Prot ID, Reserved and User App bytes
11 10 #define CCSDS_TC_PKT_MIN_SIZE 16
12 11 #define CCSDS_PROCESS_ID 76
13 12 #define CCSDS_PACKET_CATEGORY 12
@@ -557,7 +556,7 typedef struct {
557 556 } Header_TM_LFR_SCIENCE_BP_t;
558 557
559 558 typedef struct {
560 //targetLogicalAddress is removed by the grspw module
559 // TARGET LOGICAL ADDRESS (targetLogicalAddress) IS REMOVED BY THE GRSPW MODULE
561 560 unsigned char protocolIdentifier;
562 561 unsigned char reserved;
563 562 unsigned char userApplication;
General Comments 0
You need to be logged in to leave comments. Login now