mv_system_status_def.h File Reference

Type definitions for querying the vision system's status. More...

Typedefs

typedef struct _MVSystemStatus_t * MVSystemStatus_t
 Opaque data type which holds the system status. More...
 

Detailed Description

Type definitions for querying the vision system's status.

Typedef Documentation

◆ MVSystemStatus_t

typedef struct _MVSystemStatus_t* MVSystemStatus_t

Opaque data type which holds the system status.

MVSystemStatus_t is a pointer to an opaque data structure. It can be initialized by MV_GetSystemStatus() and then needs to be destroyed by MV_SystemStatus_Clear().