Defines the functions available when working with polar scans.
Defines the functions available when working with polar volumes.
RaveCoreObjectType RaveBufrIO_TYPE
Type definition to use when creating a rave object.
Definition rave_bufr_io.c:851
struct _RaveBufrIO_t RaveBufrIO_t
Defines the bufr adaptor.
Definition rave_bufr_io.h:35
const char * RaveBufrIO_getTableDir(RaveBufrIO_t *self)
Returns the table dir name.
Definition rave_bufr_io.c:791
int RaveBufrIO_isBufr(const char *filename)
Tests if the specified file is a bufr file.
Definition rave_bufr_io.c:830
RaveCoreObject * RaveBufrIO_read(RaveBufrIO_t *self, const char *filename)
Reads the bufr file.
Definition rave_bufr_io.c:797
int RaveBufrIO_setTableDir(RaveBufrIO_t *self, const char *dirname)
Sets the table dir name where the descriptor information resides.
Definition rave_bufr_io.c:769
Generic implementation of an object that is used within rave.
struct _raveobject RaveCoreObject
The basic raveobject that contains the header information for all rave objects.
struct _raveobjecttype RaveCoreObjectType
The rave object type definition.
Defines the structure for the RaveIO in a volume.
Definition rave_bufr_io.c:73