Changeset 1268 in ntrip for trunk/BNC/RTCM/RTCM2Decoder.cpp


Ignore:
Timestamp:
Dec 2, 2008, 10:31:46 PM (15 years ago)
Author:
zdenek
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2Decoder.cpp

    r1218 r1268  
    124124      }
    125125    }
     126   
     127    // Store message number
     128    _typeList.push_back(_PP.ID());
    126129
    127130    if ( _PP.ID()==18 || _PP.ID()==19 ) {   
     
    178181    else if ( _PP.ID() == 22 ) {
    179182      _msg22.extract(_PP);
     183    }
     184
     185    // Output for RTCM scan
     186    if ( _PP.ID() == 3 ) {
     187      _antList.push_back(t_antInfo());
     188
     189      this->getStaCrd(_antList.back().xx, _antList.back().yy, _antList.back().zz);
     190
     191      _antList.back().type     = t_antInfo::APC;
     192      _antList.back().message  = _PP.ID();
    180193    }
    181194  }
Note: See TracChangeset for help on using the changeset viewer.