#include <include/gpiv/gpiv-cam.h>
Data Fields | |
enum GpivCamMode | mode |
operating mode (indefinite/interrupt/definite) | |
guint | cycles |
If GpivTrigPar not used. | |
gchar | fname [GPIV_MAX_CHARS] |
image file name | |
gboolean | mode__set |
flag if mode has been defined | |
gboolean | cycles__set |
flag if cycles has been defined | |
gboolean | fname__set |
flag if fname has been defined |
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.
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.
gboolean __GpivCamPar::cycles__set |
gchar __GpivCamPar::fname[GPIV_MAX_CHARS] |
gboolean __GpivCamPar::fname__set |
gboolean __GpivCamPar::mode__set |