Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
arc::gen4::imageAssemblerChannels_t Struct Referencefinal

#include <CArcImageAssembler.h>

Public Attributes

std::uint16_t * pStart
 
std::uint16_t * pEnd
 
std::uint16_t * pInserter
 

Detailed Description

PRIVATE type used for instering image data into the correct channel locations.

Definition at line 58 of file CArcImageAssembler.h.

Member Data Documentation

◆ pStart

std::uint16_t* arc::gen4::imageAssemblerChannels_t::pStart

The start location of the channel in the image buffer.

Definition at line 60 of file CArcImageAssembler.h.

◆ pEnd

std::uint16_t* arc::gen4::imageAssemblerChannels_t::pEnd

The end location of the channel in the image buffer.

Definition at line 61 of file CArcImageAssembler.h.

◆ pInserter

std::uint16_t* arc::gen4::imageAssemblerChannels_t::pInserter

The next location within the channel to insert data.

Definition at line 62 of file CArcImageAssembler.h.