|
ocssw
V2022
|
Go to the source code of this file.
Classes | |
| struct | isd_spacecraft_time |
| struct | isd_glob_pos_syst_time |
| struct | inst_stat_data_misc |
| struct | inst_stat_data_osmi |
| struct | inst_stat_data_earth |
| struct | inst_stat_data |
Macros | |
| #define | ONE_BIT_SIZE 2 |
| #define | TWO_BIT_SIZE 4 |
| #define | THREE_BIT_SIZE 8 |
| #define | FOUR_BIT_SIZE 16 |
| #define | FIVE_BIT_SIZE 32 |
| #define | SIX_BIT_SIZE 64 |
| #define | SEVEN_BIT_SIZE 128 |
| #define | EIGHT_BIT_SIZE 256 |
| #define | NUM_SEC_PER_MIN 60.0 |
| #define | NUM_MIN_PER_HOUR 60.0 |
| #define | NUM_HOUR_PER_DAY 24.0 |
| #define | FRAC_TIME_DIV 16777216.0 |
| #define | INST_STAT_DATA_FILE_WC "INSTR_%04s%02s%02s*_S.DAT" |
| #define | ISD_RECORD_SIZE 204 |
| #define | ISD_SPACECRAFT_TIME_OFFSET 0 |
| #define | ISD_GPS_TIME_SIZE 26 |
| #define | ISD_GPS_TIME_OFFSET 11 |
Macro Definition Documentation
◆ EIGHT_BIT_SIZE
| #define EIGHT_BIT_SIZE 256 |
Definition at line 43 of file InstStatData.h.
◆ FIVE_BIT_SIZE
| #define FIVE_BIT_SIZE 32 |
Definition at line 40 of file InstStatData.h.
◆ FOUR_BIT_SIZE
| #define FOUR_BIT_SIZE 16 |
Definition at line 39 of file InstStatData.h.
◆ FRAC_TIME_DIV
| #define FRAC_TIME_DIV 16777216.0 |
Definition at line 49 of file InstStatData.h.
◆ INST_STAT_DATA_FILE_WC
Definition at line 52 of file InstStatData.h.
◆ ISD_GPS_TIME_OFFSET
| #define ISD_GPS_TIME_OFFSET 11 |
Definition at line 56 of file InstStatData.h.
◆ ISD_GPS_TIME_SIZE
| #define ISD_GPS_TIME_SIZE 26 |
Definition at line 55 of file InstStatData.h.
◆ ISD_RECORD_SIZE
| #define ISD_RECORD_SIZE 204 |
Definition at line 53 of file InstStatData.h.
◆ ISD_SPACECRAFT_TIME_OFFSET
| #define ISD_SPACECRAFT_TIME_OFFSET 0 |
Definition at line 54 of file InstStatData.h.
◆ NUM_HOUR_PER_DAY
| #define NUM_HOUR_PER_DAY 24.0 |
Definition at line 48 of file InstStatData.h.
◆ NUM_MIN_PER_HOUR
| #define NUM_MIN_PER_HOUR 60.0 |
Definition at line 47 of file InstStatData.h.
◆ NUM_SEC_PER_MIN
| #define NUM_SEC_PER_MIN 60.0 |
Definition at line 46 of file InstStatData.h.
◆ ONE_BIT_SIZE
| #define ONE_BIT_SIZE 2 |
Definition at line 36 of file InstStatData.h.
◆ SEVEN_BIT_SIZE
| #define SEVEN_BIT_SIZE 128 |
Definition at line 42 of file InstStatData.h.
◆ SIX_BIT_SIZE
| #define SIX_BIT_SIZE 64 |
Definition at line 41 of file InstStatData.h.
◆ THREE_BIT_SIZE
| #define THREE_BIT_SIZE 8 |
Definition at line 38 of file InstStatData.h.
◆ TWO_BIT_SIZE
| #define TWO_BIT_SIZE 4 |
Definition at line 37 of file InstStatData.h.


