Functions | |
| int | bufr_open_datasect_r (bufr_t *msg) |
| Opens bitstream for reading section 4. | |
| void | bufr_close_datasect_r () |
| Closes bitstream for section 4. | |
| int bufr_open_datasect_r | ( | bufr_t * | msg | ) |
This function opens the data section bitstream at for reading and returns its handle.
| [in] | msg | The BUFR message containing the data section. |
| void bufr_close_datasect_r | ( | ) |
This function closes the data section bitstream.
1.5.4