Changeset 244 in flair-src for trunk/tools/FlairGCS/src/DataPlot1D.cpp
- Timestamp:
- May 24, 2018, 11:45:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/DataPlot1D.cpp
r222 r244 40 40 receivesize += sizeof(int16_t); 41 41 } else { 42 printf("MyDataPlot1D::addCurve unknown type %s\n",42 fprintf(stderr,"MyDataPlot1D::addCurve unknown type %s\n", 43 43 type.toLocal8Bit().constData()); 44 44 } … … 97 97 datas[i] = data; 98 98 } else { 99 printf("DataPlot1D::BufEvent unknown type %s\n",99 fprintf(stderr,"DataPlot1D::BufEvent unknown type %s\n", 100 100 datas_type.at(i).toLocal8Bit().constData()); 101 101 }
Note:
See TracChangeset
for help on using the changeset viewer.