Changeset 784 in ntrip for trunk/BNS/bns.h


Ignore:
Timestamp:
Apr 8, 2008, 11:25:10 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.h

    r778 r784  
    11#ifndef BNS_H
    22#define BNS_H
     3
     4#include <newmat.h>
    35
    46#include <QtNetwork>
     
    4345  void deleteBnsEph();
    4446  void openCaster();
     47  void readEpoch();
     48  void processSatellite(int mjd, double sec, const QString& prn,
     49                        const ColumnVector& xx);
     50
    4551  QTcpServer*               _clkServer;
    4652  QTcpSocket*               _clkSocket;
Note: See TracChangeset for help on using the changeset viewer.