#include <CExpIFace.h>
ARC image readout interface. Implement this class to receive image readout feedback during execution.
- See also
- arc::gen3::CExpIFace
◆ ~CExpIFace()
virtual arc::gen3::CExpIFace::~CExpIFace |
( |
void |
| ) |
|
|
virtualdefault |
◆ CExpIFace()
arc::gen3::CExpIFace::CExpIFace |
( |
void |
| ) |
|
|
protecteddefault |
◆ exposeCallback()
virtual void arc::gen3::CExpIFace::exposeCallback |
( |
float |
fElapsedTime | ) |
|
|
pure virtual |
The method called during the current exposure countdown.
- Parameters
-
fElapsedTime | - The current elapsed exposure time, in seconds. |
Implemented in IFExpose.
◆ readCallback()
virtual void arc::gen3::CExpIFace::readCallback |
( |
const std::uint32_t |
uiPixelCount | ) |
|
|
pure virtual |
The method called during the current image readout.
- Parameters
-
uiPixelCount | - The current image read pixel count. |
The documentation for this class was generated from the following file:
- C:/Users/streit/Documents/Visual Studio 2022/Projects/ARC_API/3.6.2/CArcDevice/CExpIFace.h