Changeset 3664 in ntrip for trunk/BNC/bncutils.h


Ignore:
Timestamp:
Feb 11, 2012, 4:33:33 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncutils.h

    r3408 r3664  
    7272bool findInVector(const std::vector<QString>& vv, const QString& str);
    7373
     74int readInt(const QString& str, int pos, int len, int& value);
     75
     76int readDbl(const QString& str, int pos, int len, double& value);
     77
    7478#endif
Note: See TracChangeset for help on using the changeset viewer.