|
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Go to the documentation of this file.
53 virtual void*
memory() = 0;
66 #endif // IOCALLBACK_H
static const int32_t CONTINUOUS_CAPTURE
Definition: IOCallback.h:62
uint32_t mnStartRow
ROI info with respect to sensor (unbinned)
Definition: IOCallback.h:21
tcIOCallback()
Definition: IOCallback.h:35
virtual void invalidateCache(void *apMem, size_t anSize)=0
Definition: IOCallback.h:32
virtual void * memory()=0
uint32_t mnStartCol
ROI info with respect to sensor (unbinned)
Definition: IOCallback.h:23
std::ostream & operator<<(std::ostream &os, const tsNewFrameMsg &msg)
uint32_t mnNumFrames
The number of frames available.
Definition: IOCallback.h:28
tcIOCallback * mpCallback
The pointer to callback to update when there is data available.
Definition: IOCallback.h:60
uint32_t mnFrameNumBytes
to be read.
Definition: IOCallback.h:15
int32_t mnNumFrames
The number of frames being requested; 0 for continuous run. -1 to drain requests.
Definition: IOCallback.h:58
uint32_t mnNumCols
Number of columns in current frame.
Definition: IOCallback.h:20
uint32_t mnHorizontalBin
binning factor
Definition: IOCallback.h:25
uint32_t mnFrameOffset
beginning of the new frame that can be read.
Definition: IOCallback.h:13
uint32_t meDataType
teFrameDataType definition.
Definition: IOCallback.h:17
uint32_t mnEndRow
ROI info with respect to sensor (unbinned)
Definition: IOCallback.h:22
virtual void processUpdate(tsNewFrameMsg *apMsg)=0
Definition: IOCallback.h:11
uint32_t mnVerticalBin
binning factor
Definition: IOCallback.h:26
uint32_t mnEndCol
ROI info with respect to sensor (unbinned)
Definition: IOCallback.h:24
virtual ~tcIOCallback()
Definition: IOCallback.h:39
Definition: IOCallback.h:56
uint32_t mnNumRows
Number of rows in current frame.
Definition: IOCallback.h:19
static const int32_t CANCEL_CAPTURE
Definition: IOCallback.h:63