@@ -350,6 +350,7 int action_dump_kcoefficients(ccsdsTelec | |||||
350 | // 11 F0 bins, 13 F1 bins and 6 F2 bins |
|
350 | // 11 F0 bins, 13 F1 bins and 6 F2 bins | |
351 | kcoefficients_dump_1.packetSequenceControl[0] = (unsigned char) (sequenceCounterParameterDump >> 8); |
|
351 | kcoefficients_dump_1.packetSequenceControl[0] = (unsigned char) (sequenceCounterParameterDump >> 8); | |
352 | kcoefficients_dump_1.packetSequenceControl[1] = (unsigned char) (sequenceCounterParameterDump ); |
|
352 | kcoefficients_dump_1.packetSequenceControl[1] = (unsigned char) (sequenceCounterParameterDump ); | |
|
353 | kcoefficients_dump_1.destinationID = TC->sourceID; | |||
353 | increment_seq_counter( &sequenceCounterParameterDump ); |
|
354 | increment_seq_counter( &sequenceCounterParameterDump ); | |
354 | for( freq=0; |
|
355 | for( freq=0; | |
355 | freq<NB_BINS_COMPRESSED_SM_F0; |
|
356 | freq<NB_BINS_COMPRESSED_SM_F0; | |
@@ -412,6 +413,7 int action_dump_kcoefficients(ccsdsTelec | |||||
412 | // 6 F2 bins |
|
413 | // 6 F2 bins | |
413 | kcoefficients_dump_2.packetSequenceControl[0] = (unsigned char) (sequenceCounterParameterDump >> 8); |
|
414 | kcoefficients_dump_2.packetSequenceControl[0] = (unsigned char) (sequenceCounterParameterDump >> 8); | |
414 | kcoefficients_dump_2.packetSequenceControl[1] = (unsigned char) (sequenceCounterParameterDump ); |
|
415 | kcoefficients_dump_2.packetSequenceControl[1] = (unsigned char) (sequenceCounterParameterDump ); | |
|
416 | kcoefficients_dump_2.destinationID = TC->sourceID; | |||
415 | increment_seq_counter( &sequenceCounterParameterDump ); |
|
417 | increment_seq_counter( &sequenceCounterParameterDump ); | |
416 | for( freq=0; freq<6; freq++ ) |
|
418 | for( freq=0; freq<6; freq++ ) | |
417 | { |
|
419 | { |
General Comments 0
You need to be logged in to leave comments.
Login now