Changeset 1784 in ntrip
- Timestamp:
- Apr 8, 2009, 2:29:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryudp0.cpp
r1783 r1784 15 15 * -----------------------------------------------------------------------*/ 16 16 17 #include <iostream>18 #include <iomanip>19 #include <time.h>20 21 17 #include "bncnetqueryudp0.h" 22 #include "bncsettings.h"23 18 24 19 using namespace std; 25 26 #define BNCVERSION "1.7"27 #define TIME_RESOLUTION 12528 20 29 21 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.