|
uint8_t * | pMetaData |
| The raw Meta Data Buffer.
|
|
uint32_t | uiMetaDataSize |
| The Size of the pMetaData buffer in bytes.
|
|
bool | bMetaDataRequest |
| The Meta Data request Flag. Set to 'true' to unpack meta data.
|
|
uint16_t * | pLowImage |
| The Low Image Buffer.
|
|
uint64_t | uiLowImageSize |
| The Size of the pLowImage image in pixels.
|
|
uint64_t | uiLowBufferSize |
| The Size of the pLowImage buffer in bytes. This may be different than uiLowImageSize * sizeof(uint16_t) when a merge format other than RCD is chosen.
|
|
bool | bLowImageRequest |
| The Low Image request Flag. Set to 'true' to unpack the low gain image plane.
|
|
uint16_t * | pHighImage |
| The High Image Buffer.
|
|
uint64_t | uiHighImageSize |
| The Size of the pHighImage image in pixels.
|
|
uint64_t | uiHighBufferSize |
| The Size of the pHighImage buffer in bytes. This may be different than uiHighImageSize * sizeof(uint16_t) when a merge format other than RCD is chosen.
|
|
bool | bHighImageRequest |
| The High Image request Flag. Set to 'true' to unpack the high gain image plane.
|
|
uint16_t * | pMergedImage |
| The Merged Image Buffer.
|
|
uint64_t | uiMergedImageSize |
| The Size of the pMergedImage image in pixels.
|
|
uint64_t | uiMergedBufferSize |
| The Size of the pMergedImage buffer in bytes. This will be different than uiMergedImageSize * sizeof(uint16_t) when a merge format other than RCD is chosen.
|
|
bool | bMergedImageRequest |
| The Merged Image request Flag. Set to 'true' to merge the low and high gain image planes.
|
|
FPRO_MERGEALGO | eMergAlgo |
| Specifies which merging algorithm to use when merging the image data. See FPRO_MERGEALGO.
|
|
The documentation for this struct was generated from the following file: