JULEA
Functions
jhdf5-db-shared.c File Reference
#include <julea-config.h>
#include <glib.h>
#include <hdf5.h>
#include <H5PLextern.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <hdf5/jhdf5.h>
#include <julea.h>
#include <julea-db.h>
#include <julea-object.h>
#include "jhdf5-db.h"

Functions

char * H5VL_julea_db_buf_to_hex (const char *prefix, const char *buf, guint buf_len)
 
void H5VL_julea_db_error_handler (GError *error)
 
JHDF5Object_tH5VL_julea_db_object_ref (JHDF5Object_t *object)
 
JHDF5Object_tH5VL_julea_db_object_new (JHDF5ObjectType type)
 
void H5VL_julea_db_object_unref (JHDF5Object_t *object)
 
H5I_type_t H5VL_julea_db_type_intern_to_hdf (JHDF5ObjectType type)
 

Function Documentation

◆ H5VL_julea_db_buf_to_hex()

char* H5VL_julea_db_buf_to_hex ( const char *  prefix,
const char *  buf,
guint  buf_len 
)

◆ H5VL_julea_db_error_handler()

void H5VL_julea_db_error_handler ( GError *  error)

◆ H5VL_julea_db_object_new()

JHDF5Object_t* H5VL_julea_db_object_new ( JHDF5ObjectType  type)

◆ H5VL_julea_db_object_ref()

JHDF5Object_t* H5VL_julea_db_object_ref ( JHDF5Object_t object)

◆ H5VL_julea_db_object_unref()

void H5VL_julea_db_object_unref ( JHDF5Object_t object)

◆ H5VL_julea_db_type_intern_to_hdf()

H5I_type_t H5VL_julea_db_type_intern_to_hdf ( JHDF5ObjectType  type)