RAVE
|
Adaptor for polar BUFR files. More...
Go to the source code of this file.
Typedefs | |
typedef struct _RaveBufrIO_t | RaveBufrIO_t |
Defines the bufr adaptor. | |
Functions | |
int | RaveBufrIO_setTableDir (RaveBufrIO_t *self, const char *dirname) |
Sets the table dir name where the descriptor information resides. | |
const char * | RaveBufrIO_getTableDir (RaveBufrIO_t *self) |
Returns the table dir name. | |
RaveCoreObject * | RaveBufrIO_read (RaveBufrIO_t *self, const char *filename) |
Reads the bufr file. | |
int | RaveBufrIO_isBufr (const char *filename) |
Tests if the specified file is a bufr file. | |
Variables | |
RaveCoreObjectType | RaveBufrIO_TYPE |
Type definition to use when creating a rave object. | |
typedef struct _RaveBufrIO_t RaveBufrIO_t |
Defines the bufr adaptor.
const char * RaveBufrIO_getTableDir | ( | RaveBufrIO_t * | self | ) |
Returns the table dir name.
[in] | self | - self |
int RaveBufrIO_isBufr | ( | const char * | filename | ) |
Tests if the specified file is a bufr file.
[in] | filename | - the name to check |
RaveCoreObject * RaveBufrIO_read | ( | RaveBufrIO_t * | self, |
const char * | filename ) |
Reads the bufr file.
[in] | self | - self |
[in] | filename | - the filename that should be read |
int RaveBufrIO_setTableDir | ( | RaveBufrIO_t * | self, |
const char * | dirname ) |
Sets the table dir name where the descriptor information resides.
[in] | self | - self |
[in] | dirname | - the directory name |
|
extern |
Type definition to use when creating a rave object.