##// END OF EJS Templates
fsw-0-21...
paul -
r64:4ed007656b7a default
parent child
Show More
@@ -1,6 +1,6
1 1 #############################################################################
2 2 # Makefile for building: bin/fsw
3 # Generated by qmake (2.01a) (Qt 4.8.5) on: Tue Nov 12 10:07:41 2013
3 # Generated by qmake (2.01a) (Qt 4.8.5) on: Tue Nov 12 13:28:25 2013
4 4 # Project: fsw-qt.pro
5 5 # Template: app
6 6 # Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro
@@ -17,6 +17,10 contains( CONFIG, verbose ) {
17 17 DEFINES += PRINT_MESSAGES_ON_CONSOLE
18 18 }
19 19
20 contains( CONFIG, debug_messages ) {
21 DEFINES += DEBUG_MESSAGES
22 }
23
20 24 contains( CONFIG, cpu_usage_report ) {
21 25 DEFINES += PRINT_TASK_STATISTICS
22 26 }
@@ -1,6 +1,6
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <!DOCTYPE QtCreatorProject>
3 <!-- Written by QtCreator 2.8.1, 2013-11-12T11:17:40. -->
3 <!-- Written by QtCreator 2.8.1, 2013-11-12T13:25:37. -->
4 4 <qtcreator>
5 5 <data>
6 6 <variable>ProjectExplorer.Project.ActiveTarget</variable>
@@ -472,7 +472,7 void increment_seq_counter_destination_i
472 472 packet_sequence_control[0] = (unsigned char) (new_packet_sequence_control >> 8);
473 473 packet_sequence_control[1] = (unsigned char) (new_packet_sequence_control );
474 474
475 // increment the seuqence counter for the next packet
475 // increment the sequence counter for the next packet
476 476 if ( sequenceCounters_TC_EXE[ i ] < SEQ_CNT_MAX)
477 477 {
478 478 sequenceCounters_TC_EXE[ i ] = sequenceCounters_TC_EXE[ i ] + 1;
@@ -484,7 +484,7 void increment_seq_counter_destination_i
484 484 }
485 485 else
486 486 {
487 PRINTF1("in increment_seq_counter_destination_id *** ERR destination ID %d not known\n", destination_id)
487 DEBUG_PRINTF1("in increment_seq_counter_destination_id *** ERR destination ID %d not known\n", destination_id)
488 488 }
489 489
490 490 }
General Comments 0
You need to be logged in to leave comments. Login now