JULEA
|
#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_t * | H5VL_julea_db_object_ref (JHDF5Object_t *object) |
JHDF5Object_t * | H5VL_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) |
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_t* H5VL_julea_db_object_new | ( | JHDF5ObjectType | type | ) |
JHDF5Object_t* H5VL_julea_db_object_ref | ( | JHDF5Object_t * | object | ) |
void H5VL_julea_db_object_unref | ( | JHDF5Object_t * | object | ) |
H5I_type_t H5VL_julea_db_type_intern_to_hdf | ( | JHDF5ObjectType | type | ) |