Changeset 4772 in ntrip
- Timestamp:
- Oct 25, 2012, 2:27:31 PM (12 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncephuser.cpp
r4278 r4772 195 195 QTextStream in(line.toAscii()); 196 196 197 int messageType;198 197 in >> messageType; 199 198 -
trunk/BNC/src/bncephuser.h
r4278 r4772 43 43 dotRao.ReSize(3); 44 44 dotDotRao.ReSize(3); 45 iod = 0; 46 dClk = 0.0; 47 dotDClk = 0.0; 48 dotDotDClk = 0.0; 49 hrClk = 0.0; 50 rao = 0.0; 51 dotRao = 0.0; 52 dotDotRao = 0.0; 53 eph = 0; 45 messageType = 0; 46 iod = 0; 47 dClk = 0.0; 48 dotDClk = 0.0; 49 dotDotDClk = 0.0; 50 hrClk = 0.0; 51 rao = 0.0; 52 dotRao = 0.0; 53 dotDotRao = 0.0; 54 eph = 0; 54 55 } 55 56 … … 71 72 t_irc readLine(const QString& line); 72 73 74 int messageType; 73 75 QString prn; 74 76 bncTime tClk;
Note:
See TracChangeset
for help on using the changeset viewer.