Changeset 10938 in ntrip for trunk/BNC/src/PPP/pppClient.h


Ignore:
Timestamp:
Jun 18, 2026, 4:02:38 PM (4 days ago)
Author:
stuerze
Message:

bugfix regarding ionospheric constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.h

    r10805 r10938  
    22#define PPPCLIENT_H
    33
     4#include <map>
    45#include <sstream>
    56#include <vector>
     
    7677  bool                      _pseudoObsIono;
    7778  bool                      _running;
     79  std::map<char, t_prn>     _refPrnMap;
    7880};
    7981
Note: See TracChangeset for help on using the changeset viewer.