![]() |
Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
|
#include <CArcImagePacket.h>
Public Attributes | |
std::uint16_t | uwRow |
std::uint16_t | uwChannel |
std::uint16_t | uwCol |
std::uint16_t | uwPixelCount |
ARC GenIV image data header definition. Image data packet payload is packed into sub-payload packets using the image data header, which describes the payload data location and size within the final image.
Definition at line 41 of file CArcImagePacket.h.
std::uint16_t arc::gen4::imageDataHeader_t::uwRow |
The destination row number within the final image.
Definition at line 43 of file CArcImagePacket.h.
std::uint16_t arc::gen4::imageDataHeader_t::uwChannel |
The destination channel number within the final image.
Definition at line 44 of file CArcImagePacket.h.
std::uint16_t arc::gen4::imageDataHeader_t::uwCol |
The destination column number within the final image.
Definition at line 45 of file CArcImagePacket.h.
std::uint16_t arc::gen4::imageDataHeader_t::uwPixelCount |
The number of pixels in the sub-packet payload that follows this header.
Definition at line 46 of file CArcImagePacket.h.