SELKIELogger
1.0.0
|
Extract satellite information from .dat file. More...
#include <errno.h>
#include <libgen.h>
#include <stdbool.h>
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>
#include <zlib.h>
#include "SELKIELoggerBase.h"
#include "SELKIELoggerMP.h"
#include "version.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Extract satellite information from .dat file.
Definition in file ExtractSatInfo.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Parses raw UBX data included for NAV-SAT messages and reports basic information on each satellite detected.
[in] | argc | Argument count |
[in] | argv | Arguments |
Definition at line 48 of file ExtractSatInfo.c.