Changeset 10275 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Dec 6, 2023, 11:38:31 AM (5 months ago)
Author:
stuerze
Message:

minor changes to support windows operationg systems

File:
1 edited

Legend:

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

    r10251 r10275  
    233233      "   PPP/logPath     {Directory for PPP log files [character string]}\n"
    234234      "   PPP/antexFile   {ANTEX file, full path [character string]}\n"
    235 #ifdef USE_PPP     
     235#ifdef USE_PPP
    236236      "   PPP/blqFile     {BLQ file, full path [character string]}\n"
    237237      "   PPP/ionoMount   {VTEC mountpoint, [char string]}\n"
    238238      "   PPP/ionoFile    {VTEC file, full path [char string]}\n"
    239 #endif     
     239#endif
    240240      "   PPP/nmeaPath      {Directory for NMEA output files [character string]}\n"
    241241      "   PPP/snxtroPath    {Directory for SINEX troposphere output files [character string]}\n"
     
    568568    BNC_CORE->stopPPP();
    569569    BNC_CORE->stopCombination();
    570     sleep(2);
     570#ifndef WIN32
     571  sleep(2);
     572#else
     573  Sleep(2000);
     574#endif
    571575  }
    572576  if (caster) {
Note: See TracChangeset for help on using the changeset viewer.