- Timestamp:
- Nov 8, 2006, 12:14:52 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r275 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bncapp.h
r243 r280 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. 25 // Part of BNC, a utility for retrieving decoding and 26 // converting GNSS data streams from NTRIP broadcasters, 27 // written by Leos Mervart. 28 // 29 // Copyright (C) 2006 30 // German Federal Agency for Cartography and Geodesy (BKG) 31 // http://www.bkg.bund.de 32 // Czech Technical University Prague, Department of Advanced Geodesy 33 // http://www.fsv.cvut.cz 34 // 35 // Email: euref-ip@bkg.bund.de 36 // 37 // This program is free software; you can redistribute it and/or 38 // modify it under the terms of the GNU General Public License 39 // as published by the Free Software Foundation, version 2. 40 // 41 // This program is distributed in the hope that it will be useful, 42 // but WITHOUT ANY WARRANTY; without even the implied warranty of 43 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 44 // GNU General Public License for more details. 45 // 46 // You should have received a copy of the GNU General Public License 47 // along with this program; if not, write to the Free Software 48 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1 49 2 50 #ifndef BNCAPP_H -
trunk/BNC/bnccaster.cpp
r275 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bnccaster.h
r258 r280 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 BNCCASTER_H -
trunk/BNC/bncconst.cpp
r126 r280 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 #include "bncconst.h" -
trunk/BNC/bncconst.h
r192 r280 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 #ifndef BNCCONST_H 2 26 #define BNCCONST_H -
trunk/BNC/bncgetthread.cpp
r278 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bncgetthread.h
r278 r280 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 BNCGETTHREAD_H -
trunk/BNC/bnchlpdlg.cpp
r237 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bnchlpdlg.h
r177 r280 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 BNCHLPDLG_H -
trunk/BNC/bnchtml.cpp
r177 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bnchtml.h
r168 r280 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 BNCHTML_H -
trunk/BNC/bncmain.cpp
r278 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bncrinex.cpp
r276 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bncrinex.h
r276 r280 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 BNCRINEX_H -
trunk/BNC/bnctabledlg.cpp
r237 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bnctabledlg.h
r196 r280 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 BNCTABLEDLG_H -
trunk/BNC/bnctableitem.cpp
r188 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bnctableitem.h
r185 r280 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 BNCTABLEITEM_H -
trunk/BNC/bncutils.cpp
r271 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bncutils.h
r271 r280 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 BNCUTILS_H -
trunk/BNC/bncwindow.cpp
r278 r280 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 /* ------------------------------------------------------------------------- -
trunk/BNC/bncwindow.h
r259 r280 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 BNCWINDOW_H -
trunk/BNC/test_bnc.cpp
r235 r280 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 // MinGW: g++ test_bnc.cpp -lws2_32 -
trunk/BNC/todo.txt
r279 r280 196 196 // along with this program; if not, write to the Free Software 197 197 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 198 ^^^^^^^^^^ DONE ^^^^^^^^^^^^^ 198 199
Note:
See TracChangeset
for help on using the changeset viewer.