|
ocssw
V2022
|
#include <HawkeyeDecode.h>
Public Attributes | |
| uint32_t | streamLength |
| uint32_t | noRecords |
| uint32_t | noUnknownRecords |
| uint32_t | noMissingRecords |
| uint32_t | noBadRecords |
| uint32_t | noMissingBytes |
| HawkeyeImageInfo | imageInfo |
| int | noSpectralImages |
| HawkeyeBandInfo | spectralInfo [8] |
| int | noFinderscopeImages |
| HawkeyeBandInfo | finderscopeInfo [MAX_FINDERSCOPE_IMAGES] |
| int | noTelemetryRecords |
| HawkeyeTelemetryInfo | telemetryInfo [MAX_TELEMETRY_RECORDS] |
| char | missionLog [MISSION_LOG_LENGTH] |
| uint32_t | hebBufSize |
Detailed Description
Definition at line 75 of file HawkeyeDecode.h.
Member Data Documentation
◆ finderscopeInfo
| HawkeyeBandInfo finderscopeInfo[MAX_FINDERSCOPE_IMAGES] |
Definition at line 86 of file HawkeyeDecode.h.
◆ hebBufSize
| uint32_t hebBufSize |
Definition at line 90 of file HawkeyeDecode.h.
◆ imageInfo
| HawkeyeImageInfo imageInfo |
Definition at line 82 of file HawkeyeDecode.h.
◆ missionLog
| char missionLog[MISSION_LOG_LENGTH] |
Definition at line 89 of file HawkeyeDecode.h.
◆ noBadRecords
| uint32_t noBadRecords |
Definition at line 80 of file HawkeyeDecode.h.
◆ noFinderscopeImages
| int noFinderscopeImages |
Definition at line 85 of file HawkeyeDecode.h.
◆ noMissingBytes
| uint32_t noMissingBytes |
Definition at line 81 of file HawkeyeDecode.h.
◆ noMissingRecords
| uint32_t noMissingRecords |
Definition at line 79 of file HawkeyeDecode.h.
◆ noRecords
| uint32_t noRecords |
Definition at line 77 of file HawkeyeDecode.h.
◆ noSpectralImages
| int noSpectralImages |
Definition at line 83 of file HawkeyeDecode.h.
◆ noTelemetryRecords
| int noTelemetryRecords |
Definition at line 87 of file HawkeyeDecode.h.
◆ noUnknownRecords
| uint32_t noUnknownRecords |
Definition at line 78 of file HawkeyeDecode.h.
◆ spectralInfo
| HawkeyeBandInfo spectralInfo[8] |
Definition at line 84 of file HawkeyeDecode.h.
◆ streamLength
| uint32_t streamLength |
Definition at line 76 of file HawkeyeDecode.h.
◆ telemetryInfo
| HawkeyeTelemetryInfo telemetryInfo[MAX_TELEMETRY_RECORDS] |
Definition at line 88 of file HawkeyeDecode.h.
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/l1agen_hawkeye/HawkeyeDecode.h


