GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
ntrip_t Struct Reference

Public Attributes

int state
int type
int nb
char url [256]
char mntpnt [256]
char user [256]
char passwd [256]
char str [NTRIP_MAXSTR]
unsigned char buff [NTRIP_MAXRSP]
tcpcli_ttcp

Detailed Description

Definition at line 1170 of file rtklib.h.

Member Data Documentation

◆ buff

unsigned char ntrip_t::buff[NTRIP_MAXRSP]

Definition at line 1180 of file rtklib.h.

◆ mntpnt

char ntrip_t::mntpnt[256]

Definition at line 1176 of file rtklib.h.

◆ nb

int ntrip_t::nb

Definition at line 1174 of file rtklib.h.

◆ passwd

char ntrip_t::passwd[256]

Definition at line 1178 of file rtklib.h.

◆ state

int ntrip_t::state

Definition at line 1172 of file rtklib.h.

◆ str

char ntrip_t::str[NTRIP_MAXSTR]

Definition at line 1179 of file rtklib.h.

◆ tcp

tcpcli_t* ntrip_t::tcp

Definition at line 1181 of file rtklib.h.

◆ type

int ntrip_t::type

Definition at line 1173 of file rtklib.h.

◆ url

char ntrip_t::url[256]

Definition at line 1175 of file rtklib.h.

◆ user

char ntrip_t::user[256]

Definition at line 1177 of file rtklib.h.


The documentation for this struct was generated from the following file: