|
RXtoRINEX
V2.1
RXtoRINEX provides tools to collect data from GPS / GNSS receivers in mobile devices, convert them to RINEX or RTK formats, and process RINEX files.
|
#include "RinexData.h"#include <algorithm>#include <stdio.h>#include <math.h>#include "Utilities.h"Macros | |
| #define | SET_1PARAM(LABEL_rl, FROM_PARAM_a) |
| a macro to assing in setHdLnData the value of the method parameter a to the given member More... | |
| #define | SET_2PARAM(LABEL_rl, FROM_PARAM_a, FROM_PARAM_b) |
| a macro to assing in setHdLnData the value of the method parameters a and b to the given members More... | |
| #define | SET_3PARAM(LABEL_rl, FROM_PARAM_a, FROM_PARAM_b, FROM_PARAM_c) |
| a macro to assing in setHdLnData the value of the method parameters a, b and c to the given members More... | |
| #define | GET_1PARAM(LABEL_rl, TO_PARAM_a) |
| a macro to assign in getHdLnData the value of the given member to the method parameter a More... | |
| #define | GET_2PARAM(LABEL_rl, TO_PARAM_a, TO_PARAM_b) |
| a macro to assing the values of the given members to the method parameters a and b More... | |
| #define | GET_3PARAM(LABEL_rl, TO_PARAM_a, TO_PARAM_b, TO_PARAM_c) |
| a macro to assing the values of the given members to the method parameters a, b and c More... | |
| #define | DIFFERENT_SAT(POSITION) |
| #define | RETURN_WITH_ERROR(ERROR_STR, ERROR_CODE) |
| #define | GET_BO(LINE_I, COL_J) |
| #define | PRINT_SYSREC(VECTOR, ITEMS_PER_LINE, PRNTPFX_1ST, PRNTPFX_CON, PRNT_ITEM, PRNT_EMPTYITEM) |
| #define | READ_CONT_LINE(GIVEN_LABEL, BLANK_SPACE) |
| #define | RETURN_WITH_ERROR(ERROR_STR) |
Contains the implementation of the RinexData class.
| #define DIFFERENT_SAT | ( | POSITION | ) |
| #define GET_1PARAM | ( | LABEL_rl, | |
| TO_PARAM_a | |||
| ) |
a macro to assign in getHdLnData the value of the given member to the method parameter a
| #define GET_2PARAM | ( | LABEL_rl, | |
| TO_PARAM_a, | |||
| TO_PARAM_b | |||
| ) |
a macro to assing the values of the given members to the method parameters a and b
| #define GET_3PARAM | ( | LABEL_rl, | |
| TO_PARAM_a, | |||
| TO_PARAM_b, | |||
| TO_PARAM_c | |||
| ) |
a macro to assing the values of the given members to the method parameters a, b and c
| #define GET_BO | ( | LINE_I, | |
| COL_J | |||
| ) |
| #define PRINT_SYSREC | ( | VECTOR, | |
| ITEMS_PER_LINE, | |||
| PRNTPFX_1ST, | |||
| PRNTPFX_CON, | |||
| PRNT_ITEM, | |||
| PRNT_EMPTYITEM | |||
| ) |
| #define READ_CONT_LINE | ( | GIVEN_LABEL, | |
| BLANK_SPACE | |||
| ) |
| #define RETURN_WITH_ERROR | ( | ERROR_STR, | |
| ERROR_CODE | |||
| ) |
| #define RETURN_WITH_ERROR | ( | ERROR_STR | ) |
| #define SET_1PARAM | ( | LABEL_rl, | |
| FROM_PARAM_a | |||
| ) |
a macro to assing in setHdLnData the value of the method parameter a to the given member
| #define SET_2PARAM | ( | LABEL_rl, | |
| FROM_PARAM_a, | |||
| FROM_PARAM_b | |||
| ) |
a macro to assing in setHdLnData the value of the method parameters a and b to the given members
| #define SET_3PARAM | ( | LABEL_rl, | |
| FROM_PARAM_a, | |||
| FROM_PARAM_b, | |||
| FROM_PARAM_c | |||
| ) |
a macro to assing in setHdLnData the value of the method parameters a, b and c to the given members
1.8.9.1