#include <gpiv-cam.h>
Data Fields | |
enum GpivCamMode | mode |
guint | cycles |
gchar | fname [GPIV_MAX_CHARS] |
gboolean | mode__set |
gboolean | cycles__set |
gboolean | fname__set |
The parameters might be loaded from the configuration resources, with gpiv_scan_resourcefiles() or with gpiv_scan_parameter().
Definition at line 97 of file gpiv-cam.h.
operating mode (indefinite/interrupt/definite)
Definition at line 98 of file gpiv-cam.h.
guint __GpivCamPar::cycles |
If GpivTrigPar not used. Number of cycles (equal to number of images to be recorded?)
Definition at line 99 of file gpiv-cam.h.
gchar __GpivCamPar::fname[GPIV_MAX_CHARS] |
image file name
Definition at line 100 of file gpiv-cam.h.
gboolean __GpivCamPar::mode__set |
flag if mode has been defined
Definition at line 101 of file gpiv-cam.h.
gboolean __GpivCamPar::cycles__set |
flag if cycles has been defined
Definition at line 102 of file gpiv-cam.h.
gboolean __GpivCamPar::fname__set |
flag if fname has been defined
Definition at line 103 of file gpiv-cam.h.