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


Ignore:
Timestamp:
Sep 2, 2011, 8:43:49 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncutils.h

    r3405 r3408  
    2525#ifndef BNCUTILS_H
    2626#define BNCUTILS_H
     27
     28#include <vector>
    2729
    2830#include <QString>
     
    6870void mjdFromDateAndTime(const QDateTime& dateTime, int& mjd, double& dayfrac);
    6971
     72bool findInVector(const std::vector<QString>& vv, const QString& str);
     73
    7074#endif
Note: See TracChangeset for help on using the changeset viewer.