Defines the functions available when working with polar scans.
Defines the functions available when working with polar volumes.
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
RaveCoreObjectType RaveBufrIO_TYPE
Type definition to use when creating a rave object.
Definition rave_bufr_io.c:851
Generic implementation of an object that is used within rave.
Defines the structure for the RaveIO in a volume.
Definition rave_bufr_io.c:73
The basic raveobject that contains the header information for all rave objects.
Definition rave_object.h:42
The rave object type definition.
Definition rave_object.h:52