ArvGcFloat
ArvGcFloat — Float interface
|
|
Prerequisites
ArvGcFloat requires
GObject.
Functions
arv_gc_float_get_value ()
double
arv_gc_float_get_value (ArvGcFloat *gc_float
,
GError **error
);
arv_gc_float_set_value ()
void
arv_gc_float_set_value (ArvGcFloat *gc_float
,
double value
,
GError **error
);
arv_gc_float_get_min ()
double
arv_gc_float_get_min (ArvGcFloat *gc_float
,
GError **error
);
arv_gc_float_get_max ()
double
arv_gc_float_get_max (ArvGcFloat *gc_float
,
GError **error
);
arv_gc_float_get_inc ()
double
arv_gc_float_get_inc (ArvGcFloat *gc_float
,
GError **error
);
arv_gc_float_get_unit ()
const char *
arv_gc_float_get_unit (ArvGcFloat *gc_float
,
GError **error
);
arv_gc_float_impose_min ()
void
arv_gc_float_impose_min (ArvGcFloat *gc_float
,
double minimum
,
GError **error
);
arv_gc_float_impose_max ()
void
arv_gc_float_impose_max (ArvGcFloat *gc_float
,
double maximum
,
GError **error
);
Types and Values
ArvGcFloat
typedef struct _ArvGcFloat ArvGcFloat;