ArvGcFloat

ArvGcFloat — Float interface

Functions

Types and Values

Object Hierarchy

    GInterface
    ╰── ArvGcFloat

Prerequisites

ArvGcFloat requires GObject.

Known Implementations

ArvGcFloat is implemented by ArvGcConverter, ArvGcFloatNode, ArvGcRegisterNode and ArvGcSwissKnife.

Description

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;