ntrip, testMode, zed9 gnss modul
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
|
||||
class NTRIPClient : public WiFiClient{
|
||||
public :
|
||||
bool reqSrcTbl(char* host,int &port); //request MountPoints List serviced the NTRIP Caster
|
||||
bool reqRaw(char* host,int &port,char* mntpnt,char* user,char* psw); //request RAW data from Caster
|
||||
bool reqRaw(char* host,int &port,char* mntpnt); //non user
|
||||
bool reqSrcTbl(char* host,uint16_t port); //request MountPoints List serviced the NTRIP Caster
|
||||
bool reqRaw(char* host,uint16_t port,char* mntpnt,char* user,char* psw); //request RAW data from Caster
|
||||
bool reqRaw(char* host,uint16_t port,char* mntpnt); //non user
|
||||
int readLine(char* buffer,int size);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user