Changeset 4617 in ntrip for trunk/BNC/src/rinex/availplot.cpp
- Timestamp:
- Sep 1, 2012, 8:42:55 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/availplot.cpp
r4614 r4617 12 12 public: 13 13 t_scaleDrawTime() {} 14 virtual QwtText label(double mjd ) const {15 bncTime epoTime; epoTime.setmjd(mjd );14 virtual QwtText label(double mjdX24) const { 15 bncTime epoTime; epoTime.setmjd(mjdX24/24.0); 16 16 return QwtText(epoTime.timestr(0,':').c_str()); 17 17 }
Note:
See TracChangeset
for help on using the changeset viewer.