@@ -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-1 |
|
|
3 | <!-- Written by QtCreator 2.8.1, 2013-11-18T13:26:36. --> | |
|
4 | 4 | <qtcreator> |
|
5 | 5 | <data> |
|
6 | 6 | <variable>ProjectExplorer.Project.ActiveTarget</variable> |
@@ -731,7 +731,7 unsigned int TMStatistics::getSID(TMPack | |||
|
731 | 731 | |
|
732 | 732 | if (csvPacketRecordFileEn == true) |
|
733 | 733 | { |
|
734 |
*(this-> |
|
|
734 | *(this->csvPacketRecordFileStrm) | |
|
735 | 735 | << QString::number(currentDate.year()) + " " |
|
736 | 736 | << QString::number(currentDate.month()) + " " |
|
737 | 737 | << QString::number(currentDate.day()) + " " |
@@ -739,10 +739,10 unsigned int TMStatistics::getSID(TMPack | |||
|
739 | 739 | << QString::number(currentTime.msec()); |
|
740 | 740 | for (i=0; i< packet->size; i++) |
|
741 | 741 | { |
|
742 |
*(this-> |
|
|
742 | *(this->csvPacketRecordFileStrm) | |
|
743 | 743 | << ", " + QString::number( packet->Value[i] ); |
|
744 | 744 | } |
|
745 |
*(this-> |
|
|
745 | *(this->csvPacketRecordFileStrm) | |
|
746 | 746 | << endl; |
|
747 | 747 | } |
|
748 | 748 |
General Comments 0
You need to be logged in to leave comments.
Login now