Changeset 2332 in ntrip for trunk/BNS/bnswindow.cpp


Ignore:
Timestamp:
Feb 24, 2010, 5:11:39 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r2327 r2332  
    11321132  connect(_bns, SIGNAL(newOutBytes2(int)), this, SLOT(slotOutBytes2(int)));
    11331133  connect(_bns, SIGNAL(newOutBytes3(int)), this, SLOT(slotOutBytes3(int)));
     1134  connect(_bns, SIGNAL(newOutBytes4(int)), this, SLOT(slotOutBytes4(int)));
     1135  connect(_bns, SIGNAL(newOutBytes5(int)), this, SLOT(slotOutBytes5(int)));
     1136  connect(_bns, SIGNAL(newOutBytes6(int)), this, SLOT(slotOutBytes6(int)));
    11341137  connect(_bns, SIGNAL(newOutEphBytes(int)), this, SLOT(slotOutEphBytes(int)));
    11351138
     
    11541157  updateStatus(4, nBytes);
    11551158}
     1159void bnsWindow::slotOutBytes4(int nBytes) {
     1160  updateStatus(5, nBytes);
     1161}
     1162void bnsWindow::slotOutBytes5(int nBytes) {
     1163  updateStatus(6, nBytes);
     1164}
     1165void bnsWindow::slotOutBytes6(int nBytes) {
     1166  updateStatus(7, nBytes);
     1167}
    11561168void bnsWindow::slotOutEphBytes(int nBytes) {
    1157   updateStatus(5, nBytes);
     1169  updateStatus(8, nBytes);
    11581170}
    11591171
Note: See TracChangeset for help on using the changeset viewer.