Changeset 10097 in ntrip


Ignore:
Timestamp:
Jun 16, 2023, 11:52:03 AM (11 months ago)
Author:
stuerze
Message:

same changes for future developments towards station individual navigation files

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccore.cpp

    r10091 r10097  
    225225  }
    226226#endif
    227   printEphHeader();
    228   //printEphHeader(eph->receptStaID());
     227  printEphHeader(eph->receptStaID());
    229228  printEph(*eph, (ircPut == success));
    230229  return success;
  • trunk/BNC/src/bnccore.h

    r10091 r10097  
    114114 private:
    115115  t_irc checkPrintEph(t_eph* eph);
    116   void  printEphHeader();
    117   //void  printEphHeader(QString receptStaID);
     116  void  printEphHeader(QString receptStaID);
    118117  void  printEph(const t_eph& eph, bool printFile);
    119118  void  printOutputEph(bool printFile, QTextStream* stream,
Note: See TracChangeset for help on using the changeset viewer.