Ignore:
Timestamp:
May 4, 2012, 5:43:29 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncrtnetuploadcaster.h

    r3753 r4111  
    2424                  const QString& sp3FileName,
    2525                  const QString& rnxFileName,
    26                   const QString& outFileName, int iRow);
     26                  const QString& outFileName,
     27                  int PID, int SID, int IOD, int iRow);
    2728  void decodeRtnetStream(char* buffer, int bufLen);
    2829 protected:
     
    4041  QString        _crdTrafo;
    4142  bool           _CoM;
     43  int            _PID;
     44  int            _SID;
     45  int            _IOD;
    4246  double         _samplOrb;
    4347  double         _dx;
Note: See TracChangeset for help on using the changeset viewer.