Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
paul
- Tue, 09 Jun 2015 06:03:42
Show More
0
.hgsubstate
.hgsubstate
+1
-1
@@
-1,2
+1,2
1
a586fe639ac179e95bdc150ebdbab0312f31dc30 LFR_basic-parameters
1
a586fe639ac179e95bdc150ebdbab0312f31dc30 LFR_basic-parameters
2
72c4d5eb0bb95a1546beb2b22c8b88c31322ae31 header/lfr_common_headers
2
bb9afa759d57093f7646d3be18f4a9923a4cbf84 header/lfr_common_headers
0
FSW-qt/fsw-qt.pro
FSW-qt/fsw-qt.pro
+1
-1
@@
-12,7
+12,7
SWVERSION=-1-0
12
DEFINES += SW_VERSION_N1 = 3 # major
12
DEFINES += SW_VERSION_N1 = 3 # major
13
DEFINES += SW_VERSION_N2 = 0 # minor
13
DEFINES += SW_VERSION_N2 = 0 # minor
14
DEFINES += SW_VERSION_N3 = 0 # patch
14
DEFINES += SW_VERSION_N3 = 0 # patch
15
DEFINES += SW_VERSION_N4 = 3 # internal
15
DEFINES += SW_VERSION_N4 = 4 # internal
16
16
17
# < GCOV >
17
# < GCOV >
18
# QMAKE_CFLAGS_RELEASE += - fprofile - arcs - ftest - coverage
18
# QMAKE_CFLAGS_RELEASE += - fprofile - arcs - ftest - coverage
0
src/tc_acceptance.c
src/tc_acceptance.c
+2
0
@@
-8,6
+8,7
8
*/
8
*/
9
9
10
#include "tc_acceptance.h"
10
#include "tc_acceptance.h"
11
#include <stdio.h>
11
12
12
unsigned int lookUpTableForCRC [ 256 ];
13
unsigned int lookUpTableForCRC [ 256 ];
13
14
@@
-446,6
+447,7
int tc_check_crc( ccsdsTelecommandPacket
446
447
447
CCSDSContent = ( unsigned char * ) TCPacket -> packetID ;
448
CCSDSContent = ( unsigned char * ) TCPacket -> packetID ;
448
GetCRCAsTwoBytes ( CCSDSContent , computed_CRC , length + CCSDS_TC_TM_PACKET_OFFSET - 2 ); // 2 CRC bytes removed from the calculation of the CRC
449
GetCRCAsTwoBytes ( CCSDSContent , computed_CRC , length + CCSDS_TC_TM_PACKET_OFFSET - 2 ); // 2 CRC bytes removed from the calculation of the CRC
450
449
if ( computed_CRC [ 0 ] != CCSDSContent [ length + CCSDS_TC_TM_PACKET_OFFSET - 2 ]) {
451
if ( computed_CRC [ 0 ] != CCSDSContent [ length + CCSDS_TC_TM_PACKET_OFFSET - 2 ]) {
450
status = INCOR_CHECKSUM ;
452
status = INCOR_CHECKSUM ;
451
}
453
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages