Changeset 10097 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 16, 2023, 11:52:03 AM (18 months ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r10091 r10097 225 225 } 226 226 #endif 227 printEphHeader(); 228 //printEphHeader(eph->receptStaID()); 227 printEphHeader(eph->receptStaID()); 229 228 printEph(*eph, (ircPut == success)); 230 229 return success; -
trunk/BNC/src/bnccore.h
r10091 r10097 114 114 private: 115 115 t_irc checkPrintEph(t_eph* eph); 116 void printEphHeader(); 117 //void printEphHeader(QString receptStaID); 116 void printEphHeader(QString receptStaID); 118 117 void printEph(const t_eph& eph, bool printFile); 119 118 void printOutputEph(bool printFile, QTextStream* stream,
Note:
See TracChangeset
for help on using the changeset viewer.