GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
rtklib_rtcm.h File Reference

RTCM functions headers. More...

#include "rtklib.h"
#include "rtklib_rtcm2.h"
#include "rtklib_rtcm3.h"

Go to the source code of this file.

Macros

#define RTCM2PREAMB   0x66 /* rtcm ver.2 frame preamble */
#define RTCM3PREAMB   0xD3 /* rtcm ver.3 frame preamble */

Functions

int init_rtcm (rtcm_t *rtcm)
void free_rtcm (rtcm_t *rtcm)
int input_rtcm2 (rtcm_t *rtcm, unsigned char data)
int input_rtcm3 (rtcm_t *rtcm, unsigned char data)
int input_rtcm2f (rtcm_t *rtcm, FILE *fp)
int input_rtcm3f (rtcm_t *rtcm, FILE *fp)
int gen_rtcm2 (rtcm_t *rtcm, int type, int sync)

Detailed Description

RTCM functions headers.

Authors
  • 2007-2013, T. Takasu
  • 2017, Javier Arribas
  • 2017, Carles Fernandez

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_rtcm.h.

Macro Definition Documentation

◆ RTCM2PREAMB

#define RTCM2PREAMB   0x66 /* rtcm ver.2 frame preamble */

Definition at line 42 of file rtklib_rtcm.h.

◆ RTCM3PREAMB

#define RTCM3PREAMB   0xD3 /* rtcm ver.3 frame preamble */

Definition at line 43 of file rtklib_rtcm.h.