Changeset 1224 in ntrip
- Timestamp:
- Nov 22, 2008, 2:33:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r1222 r1224 39 39 * -----------------------------------------------------------------------*/ 40 40 41 #include <iostream>42 41 #include <math.h> 43 42 #include <unistd.h> … … 48 47 #include "bncutils.h" 49 48 #include "RTCM/GPSDecoder.h" 50 51 49 52 50 // Constructor … … 489 487 int newBytes = sock->write(buf+bytesWritten, bufLen-bytesWritten); 490 488 if (newBytes < 0) { 491 std::cout << "myWrite " << newBytes << " " << sock->state() << std::endl;492 489 return newBytes; 493 490 }
Note:
See TracChangeset
for help on using the changeset viewer.