![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
RTCM v3 functions headers. More...
#include "rtklib.h"Go to the source code of this file.
Functions | |
| double | getbitg (const unsigned char *buff, int pos, int len) |
| void | adjweek (rtcm_t *rtcm, double tow) |
| int | adjbdtweek (int week) |
| void | adjday_glot (rtcm_t *rtcm, double tod) |
| double | adjcp (rtcm_t *rtcm, int sat, int freq, double cp) |
| int | lossoflock (rtcm_t *rtcm, int sat, int freq, int lock) |
| unsigned char | snratio (double snr) |
| int | obsindex3 (obs_t *obs, gtime_t time, int sat) |
| int | test_staid (rtcm_t *rtcm, int staid) |
| int | decode_head1001 (rtcm_t *rtcm, int *sync) |
| int | decode_type1001 (rtcm_t *rtcm) |
| int | decode_type1002 (rtcm_t *rtcm) |
| int | decode_type1003 (rtcm_t *rtcm) |
| int | decode_type1004 (rtcm_t *rtcm) |
| double | getbits_38 (const unsigned char *buff, int pos) |
| int | decode_type1005 (rtcm_t *rtcm) |
| int | decode_type1006 (rtcm_t *rtcm) |
| int | decode_type1007 (rtcm_t *rtcm) |
| int | decode_type1008 (rtcm_t *rtcm) |
| int | decode_head1009 (rtcm_t *rtcm, int *sync) |
| int | decode_type1009 (rtcm_t *rtcm) |
| int | decode_type1010 (rtcm_t *rtcm) |
| int | decode_type1011 (rtcm_t *rtcm) |
| int | decode_type1012 (rtcm_t *rtcm) |
| int | decode_type1013 (rtcm_t *rtcm) |
| int | decode_type1019 (rtcm_t *rtcm, bool pre_2009_file=false) |
| int | decode_type1020 (rtcm_t *rtcm) |
| int | decode_type1021 (rtcm_t *rtcm) |
| int | decode_type1022 (rtcm_t *rtcm) |
| int | decode_type1023 (rtcm_t *rtcm) |
| int | decode_type1024 (rtcm_t *rtcm) |
| int | decode_type1025 (rtcm_t *rtcm) |
| int | decode_type1026 (rtcm_t *rtcm) |
| int | decode_type1027 (rtcm_t *rtcm) |
| int | decode_type1029 (rtcm_t *rtcm) |
| int | decode_type1030 (rtcm_t *rtcm) |
| int | decode_type1031 (rtcm_t *rtcm) |
| int | decode_type1032 (rtcm_t *rtcm) |
| int | decode_type1033 (rtcm_t *rtcm) |
| int | decode_type1034 (rtcm_t *rtcm) |
| int | decode_type1035 (rtcm_t *rtcm) |
| int | decode_type1037 (rtcm_t *rtcm) |
| int | decode_type1038 (rtcm_t *rtcm) |
| int | decode_type1039 (rtcm_t *rtcm) |
| int | decode_type1044 (rtcm_t *rtcm, bool pre_2009_file=false) |
| int | decode_type1045 (rtcm_t *rtcm) |
| int | decode_type1046 (rtcm_t *rtcm) |
| int | decode_type1047 (rtcm_t *rtcm) |
| int | decode_type1063 (rtcm_t *rtcm) |
| int | decode_ssr1_head (rtcm_t *rtcm, int sys, int *sync, int *iod, double *udint, int *refd, int *hsize) |
| int | decode_ssr2_head (rtcm_t *rtcm, int sys, int *sync, int *iod, double *udint, int *hsize) |
| int | decode_ssr7_head (rtcm_t *rtcm, int sys, int *sync, int *iod, double *udint, int *dispe, int *mw, int *hsize) |
| int | decode_ssr1 (rtcm_t *rtcm, int sys) |
| int | decode_ssr2 (rtcm_t *rtcm, int sys) |
| int | decode_ssr3 (rtcm_t *rtcm, int sys) |
| int | decode_ssr4 (rtcm_t *rtcm, int sys) |
| int | decode_ssr5 (rtcm_t *rtcm, int sys) |
| int | decode_ssr6 (rtcm_t *rtcm, int sys) |
| int | decode_ssr7 (rtcm_t *rtcm, int sys) |
| void | sigindex (int sys, const unsigned char *code, const int *freq, int n, const char *opt, int *ind) |
| void | save_msm_obs (rtcm_t *rtcm, int sys, msm_h_t *h, const double *r, const double *pr, const double *cp, const double *rr, const double *rrf, const double *cnr, const int *lock, const int *ex, const int *half) |
| int | decode_msm_head (rtcm_t *rtcm, int sys, int *sync, int *iod, msm_h_t *h, int *hsize) |
| int | decode_msm0 (rtcm_t *rtcm, int sys) |
| int | decode_msm4 (rtcm_t *rtcm, int sys) |
| int | decode_msm5 (rtcm_t *rtcm, int sys) |
| int | decode_msm6 (rtcm_t *rtcm, int sys) |
| int | decode_msm7 (rtcm_t *rtcm, int sys) |
| int | decode_type1230 (rtcm_t *rtcm) |
| int | decode_rtcm3 (rtcm_t *rtcm) |
Variables | |
| const double | PRUNIT_GPS = 299792.458 |
| const double | PRUNIT_GLO = 599584.916 |
| const double | RANGE_MS = SPEED_OF_LIGHT_M_S * 0.001 |
| const double | SSRUDINT [16] |
| const int | CODES_GPS [] |
| const int | CODES_GLO [] |
| const int | CODES_GAL [] |
| const int | CODES_QZS [] |
| const int | CODES_BDS [] |
| const int | CODES_SBS [] |
RTCM v3 functions headers.
This is a derived work from RTKLIB http://www.rtklib.com/ The original source code at https://github.com/tomojitakasu/RTKLIB is released under the BSD 2-clause license with an additional exclusive clause that does not apply here. This additional clause is reproduced below:
" The software package includes some companion executive binaries or shared libraries necessary to execute APs on Windows. These licenses succeed to the original ones of these software. "
Neither the executive binaries nor the shared libraries are required by, used or included in GNSS-SDR.
Copyright (C) 2007-2013, T. Takasu Copyright (C) 2017, Javier Arribas Copyright (C) 2017, Carles Fernandez All rights reserved.
SPDX-License-Identifier: BSD-2-Clause
Definition in file rtklib_rtcm3.h.
| const int CODES_BDS[] |
Definition at line 73 of file rtklib_rtcm3.h.
| const int CODES_GAL[] |
Definition at line 62 of file rtklib_rtcm3.h.
| const int CODES_GLO[] |
Definition at line 58 of file rtklib_rtcm3.h.
| const int CODES_GPS[] |
Definition at line 52 of file rtklib_rtcm3.h.
| const int CODES_QZS[] |
Definition at line 68 of file rtklib_rtcm3.h.
| const int CODES_SBS[] |
| const double PRUNIT_GLO = 599584.916 |
Definition at line 42 of file rtklib_rtcm3.h.
| const double PRUNIT_GPS = 299792.458 |
Definition at line 41 of file rtklib_rtcm3.h.
| const double RANGE_MS = SPEED_OF_LIGHT_M_S * 0.001 |
Definition at line 43 of file rtklib_rtcm3.h.
| const double SSRUDINT[16] |
Definition at line 47 of file rtklib_rtcm3.h.