#include "HawkeyeDecode.h"
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
|
uint32_t | FindHeader (uint8_t *stream, uint32_t streamLength, uint32_t startPos, HeaderInfo *header) |
|
HAWKEYE_STREAM_ERROR | HawkeyeScanStream (uint8_t *stream, uint32_t streamLength, HawkeyeStreamInfo *streamInfo) |
|
HAWKEYE_STREAM_ERROR | HawkeyeDecodeSpectralImage (uint16_t bandNo, uint16_t *pixels, uint32_t pixelLength, uint16_t *averageDarkPixels, uint16_t averageDarkPixelLength) |
|
HAWKEYE_STREAM_ERROR | HawkeyeDecodeFinderscopeImage (uint16_t imageNo, uint16_t *pixels, uint32_t pixelLength) |
|
◆ DEBUG_LOG
◆ HEADER_DATA_LEN
#define HEADER_DATA_LEN 7 |
◆ FindHeader()
uint32_t FindHeader |
( |
uint8_t * |
stream, |
|
|
uint32_t |
streamLength, |
|
|
uint32_t |
startPos, |
|
|
HeaderInfo * |
header |
|
) |
| |
◆ HawkeyeDecodeFinderscopeImage()
HAWKEYE_STREAM_ERROR HawkeyeDecodeFinderscopeImage |
( |
uint16_t |
imageNo, |
|
|
uint16_t * |
pixels, |
|
|
uint32_t |
pixelLength |
|
) |
| |
◆ HawkeyeDecodeSpectralImage()
HAWKEYE_STREAM_ERROR HawkeyeDecodeSpectralImage |
( |
uint16_t |
bandNo, |
|
|
uint16_t * |
pixels, |
|
|
uint32_t |
pixelLength, |
|
|
uint16_t * |
averageDarkPixels, |
|
|
uint16_t |
averageDarkPixelLength |
|
) |
| |
◆ HawkeyeScanStream()