- Timestamp:
- Jun 9, 2008, 4:36:33 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r943 r944 543 543 //////////////////////////////////////////////////////////////////////////// 544 544 void bncApp::setPort(int port) { 545 _rinexVers= 0; 545 546 _port = port; 546 547 if (_port != 0) { -
trunk/BNC/bncapp.h
r941 r944 56 56 void printGPSEph(gpsephemeris* ep, bool printFile); 57 57 void printGlonassEph(glonassephemeris* ep, bool printFile); 58 void printOutput(bool printFile, const QString& lineV2, 58 void printOutput(bool printFile, QTextStream* stream, 59 const QString& lineV2, 59 60 const QString& lineV3, 60 61 const QByteArray& allLines);
Note:
See TracChangeset
for help on using the changeset viewer.