Modules | |
IFlowSetInfo | |
Interface for collecting information about data stream modules (specifically flows and flow sets). | |
IFlowSetPool | |
Interface for collecting information about data stream modules (specifically flow sets). | |
IFlowSetPoolOwner | |
Interface for setting up buffer memory for image data acquisition. | |
IRingBuffer | |
Interface for continuously acquiring images. | |
Data Structures | |
struct | CVDFlow |
A single flow or buffer (Size, Buffer) including a size. More... | |
struct | CVDFlowSet |
A set of flows (Version, NumEntries, Flows). More... | |
Typedefs | |
typedef cvbres_t(__stdcall * | CVDReleaseFlowSetPool) (void *pPrivate) |
Release callback for flow set pools registered with CVDStreamRegisterExternalFlowSetPool. More... | |
cvbres_t(* CVDReleaseFlowSetPool)(void *pPrivate) |
Release callback for flow set pools registered with CVDStreamRegisterExternalFlowSetPool.
In this callback, the implementer can take the necessary steps to e.g. clean up memory or other resources allocated for a CVDStreamRegisterExternalFlowSetPool call.
[in] | pPrivate | User context pointer given to the function CVDStreamRegisterExternalFlowSetPool. |