ArvGcFloat

ArvGcFloat — Float interface

Synopsis

double              arv_gc_float_get_value              (ArvGcFloat *gc_float);
void                arv_gc_float_set_value              (ArvGcFloat *gc_float,
                                                         double value);
double              arv_gc_float_get_min                (ArvGcFloat *gc_float);
double              arv_gc_float_get_max                (ArvGcFloat *gc_float);
gint64              arv_gc_float_get_inc                (ArvGcFloat *gc_float);
const char *        arv_gc_float_get_unit               (ArvGcFloat *gc_float);
void                arv_gc_float_impose_min             (ArvGcFloat *gc_float,
                                                         double minimum);
void                arv_gc_float_impose_max             (ArvGcFloat *gc_float,
                                                         double maximum);

Description

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_inc ()

gint64              arv_gc_float_get_inc                (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);