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


Ignore:
Timestamp:
Aug 27, 2008, 10:21:47 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.h

    r986 r1058  
    4040
    4141 signals:
     42  void newClkBytes(int nBytes);
     43  void newEphBytes(int nBytes);
     44  void newOutBytes(int nBytes);
    4245  void newMessage(const QByteArray msg);
    4346  void error(const QByteArray msg);
     
    4548 
    4649 private slots:
    47   void slotNewEph(t_eph* ep);
     50  void slotNewEph(t_eph* ep, int nBytes);
    4851  void slotNewConnection();
    4952  void slotMessage(const QByteArray msg);
Note: See TracChangeset for help on using the changeset viewer.