Changeset 10599 in ntrip for trunk/BNC/src/t_prn.cpp


Ignore:
Timestamp:
Jan 31, 2025, 10:30:08 AM (5 weeks ago)
Author:
stuerze
Message:

ADDED: consideration of NAV type in all applications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/BNC/src/t_prn.cpp ΒΆ

    r8168 r10599  
    4646string t_prn::toInternalString() const {
    4747  stringstream ss;
    48   ss << _system << setfill('0') << setw(2) << _number << '_' << _flags;
     48  ss << _system << setfill('0') << setw(2) << _number << '_' << _flag;
    4949  return ss.str();
    5050}
Note: See TracChangeset for help on using the changeset viewer.