Changeset 1176 in ntrip
- Timestamp:
- Oct 27, 2008, 5:06:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnccaster.cpp ¶
r1173 r1176 396 396 } 397 397 398 emit( newMessage(QString("Table of Mountpoints (re-)read: new number = %1") 399 .arg(_threads.count()).toAscii()) ); 400 398 401 // (Re-) Start the configuration timer 399 402 // ----------------------------------- … … 424 427 425 428 ms = currTime.msecsTo(nextShotTime); 429 if (ms < 30000) { 430 ms = 30000; 431 } 426 432 } 427 433
Note:
See TracChangeset
for help on using the changeset viewer.