![]() |
![]() |
Capture Global configuration. More...
#include <Capture.h>
Data Fields | |
| Capture_FxnTable const * | fxnTablePtr |
| void * | object |
| void const * | hwAttrs |
Capture Global configuration.
The Capture_Config structure contains a set of pointers used to characterize the capture driver implementation.
This structure needs to be defined before calling Capture_init() and it must not be changed thereafter.
| Capture_FxnTable const* Capture_Config_::fxnTablePtr |
Pointer to a table of driver-specific implementations of capture APIs.
| void* Capture_Config_::object |
Pointer to a driver specific data object.
| void const* Capture_Config_::hwAttrs |
Pointer to a driver specific hardware attributes structure.