Changeset 2527 in ntrip for trunk/BNC/bncrawfile.cpp


Ignore:
Timestamp:
Aug 3, 2010, 3:16:59 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrawfile.cpp

    r2526 r2527  
    105105// Raw Input
    106106////////////////////////////////////////////////////////////////////////////
    107 QByteArray bncRawFile::readChunk(QByteArray& currStaID, QByteArray& currFormat){
     107QByteArray bncRawFile::readChunk(){
    108108
    109109  QByteArray data;
     
    113113    QStringList lst  = line.split(' ');
    114114   
    115     currStaID  = lst.value(0).toAscii();
    116     currFormat = lst.value(1).toAscii();
     115    _staID  = lst.value(0).toAscii();
     116    _format = lst.value(1).toAscii();
    117117    int nBytes = lst.value(2).toInt();
    118118
Note: See TracChangeset for help on using the changeset viewer.