Changeset 297 in ntrip
- Timestamp:
- Nov 12, 2006, 3:57:03 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/RTCM/GPSDecoder.h ¶
r248 r297 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 4 // 5 // Copyright (C) 2006 6 // German Federal Agency for Cartography and Geodesy (BKG) 7 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of Advanced Geodesy 9 // http://www.fsv.cvut.cz 10 // 11 // Email: euref-ip@bkg.bund.de 12 // 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of the GNU General Public License 15 // as published by the Free Software Foundation, version 2. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of the GNU General Public License 23 // along with this program; if not, write to the Free Software 24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1 25 2 26 #ifndef GPSDECODER_H -
TabularUnified trunk/BNC/RTCM/RTCM2Decoder.cpp ¶
r248 r297 1 //------------------------------------------------------------------------------ 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 4 // 3 // RTCM2Decoder.cpp 4 // 5 //------------------------------------------------------------------------------ 5 // Copyright (C) 2006 6 // German Federal Agency for Cartography and Geodesy (BKG) 7 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of Advanced Geodesy 9 // http://www.fsv.cvut.cz 10 // 11 // Email: euref-ip@bkg.bund.de 12 // 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of the GNU General Public License 15 // as published by the Free Software Foundation, version 2. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of the GNU General Public License 23 // along with this program; if not, write to the Free Software 24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 6 25 7 26 #include "../bncutils.h" -
TabularUnified trunk/BNC/RTCM/RTCM2Decoder.h ¶
r243 r297 1 //------------------------------------------------------------------------------ 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 2 4 // 3 // RTCM2Decoder.h 4 // 5 //------------------------------------------------------------------------------ 5 // Copyright (C) 2006 6 // German Federal Agency for Cartography and Geodesy (BKG) 7 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of Advanced Geodesy 9 // http://www.fsv.cvut.cz 10 // 11 // Email: euref-ip@bkg.bund.de 12 // 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of the GNU General Public License 15 // as published by the Free Software Foundation, version 2. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of the GNU General Public License 23 // along with this program; if not, write to the Free Software 24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 6 25 7 26 #ifndef INC_RTCM2DECODER_H -
TabularUnified trunk/BNC/RTCM3/RTCM3Decoder.cpp ¶
r296 r297 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 4 // 5 // Copyright (C) 2006 6 // German Federal Agency for Cartography and Geodesy (BKG) 7 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of Advanced Geodesy 9 // http://www.fsv.cvut.cz 10 // 11 // Email: euref-ip@bkg.bund.de 12 // 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of the GNU General Public License 15 // as published by the Free Software Foundation, version 2. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of the GNU General Public License 23 // along with this program; if not, write to the Free Software 24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1 25 2 26 /* ------------------------------------------------------------------------- -
TabularUnified trunk/BNC/RTCM3/RTCM3Decoder.h ¶
r296 r297 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 4 // 5 // Copyright (C) 2006 6 // German Federal Agency for Cartography and Geodesy (BKG) 7 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of Advanced Geodesy 9 // http://www.fsv.cvut.cz 10 // 11 // Email: euref-ip@bkg.bund.de 12 // 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of the GNU General Public License 15 // as published by the Free Software Foundation, version 2. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of the GNU General Public License 23 // along with this program; if not, write to the Free Software 24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1 25 2 26 #ifndef RTCM3DECODER_H -
TabularUnified trunk/BNC/RTIGS/RTIGSDecoder.cpp ¶
r293 r297 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 4 // 5 // Copyright (C) 2006 6 // German Federal Agency for Cartography and Geodesy (BKG) 7 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of Advanced Geodesy 9 // http://www.fsv.cvut.cz 10 // 11 // Email: euref-ip@bkg.bund.de 12 // 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of the GNU General Public License 15 // as published by the Free Software Foundation, version 2. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of the GNU General Public License 23 // along with this program; if not, write to the Free Software 24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1 25 2 26 /* ------------------------------------------------------------------------- -
TabularUnified trunk/BNC/RTIGS/RTIGSDecoder.h ¶
r293 r297 1 // Part of BNC, a utility for retrieving decoding and 2 // converting GNSS data streams from NTRIP broadcasters, 3 // written by Leos Mervart. 4 // 5 // Copyright (C) 2006 6 // German Federal Agency for Cartography and Geodesy (BKG) 7 // http://www.bkg.bund.de 8 // Czech Technical University Prague, Department of Advanced Geodesy 9 // http://www.fsv.cvut.cz 10 // 11 // Email: euref-ip@bkg.bund.de 12 // 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of the GNU General Public License 15 // as published by the Free Software Foundation, version 2. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of the GNU General Public License 23 // along with this program; if not, write to the Free Software 24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1 25 2 26 #ifndef RTIGSDECODER_H -
TabularUnified trunk/BNC/bnc.pro ¶
r293 r297 15 15 bncconst.h bnchtml.h bnctableitem.h \ 16 16 RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h \ 17 RTCM3/ rtcm3.h RTCM3/rtcm3torinex.h17 RTCM3/RTCM3Decoder.h RTCM3/rtcm3torinex.h \ 18 18 RTIGS/rtigs.h RTIGS/RTIGSDecoder.h 19 19 … … 22 22 bncconst.cpp bnchtml.cpp bnchlpdlg.cpp bnctableitem.cpp \ 23 23 RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp \ 24 RTCM3/ rtcm3.cpp RTCM3/rtcm3torinex.cpp24 RTCM3/RTCM3Decoder.cpp RTCM3/rtcm3torinex.cpp \ 25 25 RTIGS/rtigs.cpp RTIGS/RTIGSDecoder.cpp 26 26 -
TabularUnified trunk/BNC/bncgetthread.cpp ¶
r293 r297 51 51 52 52 #include "RTCM/RTCM2Decoder.h" 53 #include "RTCM3/ rtcm3.h"53 #include "RTCM3/RTCM3Decoder.h" 54 54 #include "RTIGS/RTIGSDecoder.h" 55 55 … … 237 237 else if (_format.indexOf("RTCM_3") != -1) { 238 238 emit(newMessage("Get Data: " + _staID + " in RTCM 3.0 format")); 239 _decoder = new rtcm3();239 _decoder = new RTCM3Decoder(); 240 240 } 241 241 else if (_format.indexOf("RTIGS") != -1) { -
TabularUnified trunk/BNC/todo.txt ¶
r291 r297 178 178 Problem, wenn der Nutzer nach ein paar Sekunden auf dem Bildschirm nichts 179 179 sieht dann glaubt er, etwas sei nicht korrekt.) 180 ^^^^^^^^^^ DONE ^^^^^^^^^^^^^ 180 181 181 182 (11 kann) Skeleton Files von EUREF einbauen, Datenfeld Nummber 8 im
Note:
See TracChangeset
for help on using the changeset viewer.