| ArvGcFloatArvGcFloat — Float interface |  | 
Details
arv_gc_float_get_value ()
double              arv_gc_float_get_value              (ArvGcFloat *gc_float);
 
arv_gc_float_set_value ()
void                arv_gc_float_set_value              (ArvGcFloat *gc_float,
                                                         double value);
 
arv_gc_float_get_min ()
double              arv_gc_float_get_min                (ArvGcFloat *gc_float);
 
arv_gc_float_get_max ()
double              arv_gc_float_get_max                (ArvGcFloat *gc_float);
 
arv_gc_float_get_unit ()
const char *        arv_gc_float_get_unit               (ArvGcFloat *gc_float);
 
arv_gc_float_impose_min ()
void                arv_gc_float_impose_min             (ArvGcFloat *gc_float,
                                                         double minimum);
 
arv_gc_float_impose_max ()
void                arv_gc_float_impose_max             (ArvGcFloat *gc_float,
                                                         double maximum);