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


Ignore:
Timestamp:
Dec 18, 2025, 5:59:24 PM (12 days ago)
Author:
stuerze
Message:

Version increased and documentation updated

File:
1 edited

Legend:

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

    r10791 r10800  
    241241        "\n"
    242242        "PPP Client Panel 1 keys:\n"
    243         "   PPP/dataSource  {Data source [character string: Blank|Real-Time Streams|RINEX Files]}\n"
    244         "   PPP/rinexObs    {RINEX observation file, full path [character string]}\n"
    245         "   PPP/rinexNav    {RINEX navigation file, full path [character string]}\n"
    246         "   PPP/corrMount   {Corrections mountpoint [character string]}\n"
    247         "   PPP/corrFile    {Corrections file, full path [character string]}\n"
    248         "   PPP/crdFile     {Coordinates file, full path [character string]}\n"
    249         "   PPP/logPath     {Directory for PPP log files [character string]}\n"
    250         "   PPP/antexFile   {ANTEX file, full path [character string]}\n"
    251         "   PPP/blqFile     {BLQ file, full path [character string]}\n"
    252         "   PPP/ionoMount   {VTEC mountpoint, [char string]}\n"
    253         "   PPP/ionoFile    {VTEC file, full path [char string]}\n"
     243        "   PPP/dataSource    {Data source [character string: Blank|Real-Time Streams|RINEX Files]}\n"
     244        "   PPP/rinexObs      {RINEX observation file, full path [character string]}\n"
     245        "   PPP/rinexNav      {RINEX navigation file, full path [character string]}\n"
     246        "   PPP/corrMount     {Corrections mountpoint [character string]}\n"
     247        "   PPP/corrFile      {Corrections file, full path [character string]}\n"
     248        "   PPP/crdFile       {Coordinates file, full path [character string]}\n"
     249        "   PPP/logPath       {Directory for PPP log files [character string]}\n"
     250        "   PPP/antexFile     {ANTEX file, full path [character string]}\n"
     251        "   PPP/blqFile       {BLQ file, full path [character string]}\n"
     252        "   PPP/biasMount     {Satellite Biases mountpoint, [char string]}\n"
     253        "   PPP/biasFile      {Satellite Biases file, full path [char string]}\n"
     254        "   PPP/ionoMount     {VTEC mountpoint, [char string]}\n"
     255        "   PPP/ionoFile      {VTEC file, full path [char string]}\n"
    254256        "   PPP/nmeaPath      {Directory for NMEA output files [character string]}\n"
    255257        "   PPP/snxtroPath    {Directory for SINEX troposphere output files [character string]}\n"
     
    270272        "   PPP/maxResC1     {Maximal residuum for code observations in meters [floating-point number]}\n"
    271273        "   PPP/maxResL1     {Maximal residuum for phase observations in meters [floating-point number]}\n"
    272         "   PPP/eleWgtCode   {Elevation dependent waiting of code observations [integer number: 0=no,2=yes]}\n"
    273         "   PPP/eleWgtPhase  {Elevation dependent waiting of phase observations [integer number: 0=no,2=yes]}\n"
     274        "   PPP/eleWgtCode   {Elevation dependent weighting of code observations [integer number: 0=no,2=yes]}\n"
     275        "   PPP/eleWgtPhase  {Elevation dependent weighting of phase observations [integer number: 0=no,2=yes]}\n"
    274276        "   PPP/minObs       {Minimum number of observations [integer number: 4|5|6]}\n"
    275277        "   PPP/minEle       {Minimum satellite elevation in degrees [integer number: 0-20]}\n"
     
    279281        "   PPP/sigmaGIM     {Sigma for GIM pseudo observations in meters [floating-point number]}\n"
    280282        "   PPP/maxResGIM    {Maximal residuum for GIM pseudo observations in meters [floating-point number]}\n"
     283        "   PPP/arGPS        {Ambiguities for GPS should be resolved: [integer number: 0=no,2=yes]}\n"
     284        "   PPP/arGalileo    {Ambiguities for Galileo should be resolved: [integer number: 0=no,2=yes]}\n"
     285        "   PPP/arBDS        {Ambiguities for BDS should be resolved: [integer number: 0=no,2=yes]}\n"
     286        "   PPP/arMinNumEpo  {Number of epochs for which the unknown ambiguity parameter has to be at least observed: [integer number: 5|10|15|20|25|30|35|40|45|50|55|60]}\n"
     287        "   PPP/arMinNumSat  {The ambiguity search is performed if at least the specified number of satellites per constellation is being tracked: [integer number: 4|5|6|7|8]}\n"
     288        "   PPP/arUseYaw     {If set, the information about the satellite attitude is taken from the SSR stream. Otherwise a standard satellite attitude model is used: [integer number: 0=no,2=yes]}\n"
     289        "   PPP/arMaxFrac    {If greater than zero, the ambiguity is constrained only if the absolute value of the fractional part of its BIE value is lower or equal than the specified value: [floating-point number]}\n"
     290        "   PPP/arMaxSig     {If greater than zero, the ambiguity is constrained only if the BIE sigma (uncertainty of the BIE result) is lower or equal than the specified value: [floating-point number]}\n"
     291
    281292        "\n"
    282293        "PPP Client Panel 3 keys:\n"
Note: See TracChangeset for help on using the changeset viewer.