BioHDF version 0.3 alpha
Scalable NGS Data Storage Based on HDF5
Defines | Typedefs | Functions

biohdf_error

BioHDF error functions and data structures. More...

Defines

#define BIOHDF_NO_ERROR   0
 Error code for "no error".
#define BIOHDF_BADNESS   -1
 Generic "bad" error code.

Typedefs

typedef int biohdf_error
 The BioHDF error return type.

Functions

BIOHDF_API void BIOHDFset_stderr_setting (biohdf_bool use_stderr)
 Set whether or not error information is sent to STDERR.
BIOHDF_API void BIOHDFget_stderr_setting (biohdf_bool *use_stderr)
 Determine whether or not error information is sent to STDERR.

Detailed Description

BioHDF error functions and data structures.


Function Documentation

BIOHDF_API void BIOHDFget_stderr_setting ( biohdf_bool use_stderr)

Determine whether or not error information is sent to STDERR.

Parameters:
[out]use_stderrFALSE if no STDERR output, TRUE if output will go to STDERR.
BIOHDF_API void BIOHDFset_stderr_setting ( biohdf_bool  use_stderr)

Set whether or not error information is sent to STDERR.

If this flag is not set, errors are only reported via the returned error codes.

Parameters:
use_stderrFALSE if no STDERR output, TRUE if output will go to STDERR.
 All Data Structures Variables