| Webcam Library Reference Documentation | ![]() |
Input flags and output data used/returned by the control configuration parser. More...
#include <common/include/webcam.h>
Data Fields | |
| CDynctrlFlags | flags |
| Flags controlling operations related to dynamic controls. | |
| struct { | |
| CDynctrlInfoListStats constants | |
| Statistics on the constants that were processed. | |
| CDynctrlInfoListStats controls | |
| Statistics on the controls that were processed. | |
| CDynctrlInfoListStats mappings | |
| Statistics on the mappings that were processed. | |
| } | stats |
| struct { | |
| CVersionNumber version | |
| File format version. | |
| char * author | |
| Name of the configuration author. | |
| char * contact | |
| Contact information of the configuration author (e.g. e-mail address) | |
| char * copyright | |
| Copyright information about the configuration file. | |
| CVersionNumber revision | |
| Revision number of the configuration file (configuration version) | |
| } | meta |
| unsigned int | message_count |
| Number of messages in the messages array. | |
| CDynctrlMessage * | messages |
| Pointer to the array with the messages concerning the operation. | |
Input flags and output data used/returned by the control configuration parser.