Method

AravisChunkParserget_float_value

Declaration [src]

double
arv_chunk_parser_get_float_value (
  ArvChunkParser* parser,
  ArvBuffer* buffer,
  const char* chunk,
  GError** error
)

Description

No description available.

Parameters

buffer ArvBuffer
 

A ArvBuffer with a #ARV_BUFFER_PAYLOAD_TYPE_CHUNK_DATA payload.

 The data is owned by the caller of the function.
chunk const char*
 

Chunk data name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: double
 

The float chunk data value.