Changeset 10465 in ntrip for trunk/BNC/src/bnccore.h


Ignore:
Timestamp:
May 2, 2024, 9:41:10 AM (3 weeks ago)
Author:
stuerze
Message:

a SIGHUP signal to BNC will result into a reload of its configuration file

File:
1 edited

Legend:

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

    r10097 r10465  
    5252  void              setPortCorr(int port);
    5353  void              setCaster(bncCaster* caster) {_caster = caster;}
    54   const bncCaster*  caster() const {return _caster;}
     54  bncCaster*        caster() {return _caster;}
    5555  bool              dateAndTimeGPSSet() const;
    5656  QDateTime         dateAndTimeGPS() const;
Note: See TracChangeset for help on using the changeset viewer.