Utilities for decoding callback functions


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.

Function Documentation

int bufr_open_datasect_r ( bufr_t msg  ) 

This function opens the data section bitstream at for reading and returns its handle.

Parameters:
[in] msg The BUFR message containing the data section.
Returns:
Returns the handle to the data section bitstream or -1 on error.
See also:
bufr_close_datasect_r, bufr_parse_out
Examples:
apisample.c.

Definition at line 2154 of file bufr.c.

void bufr_close_datasect_r (  ) 

This function closes the data section bitstream.

See also:
bufr_open_datasect_r, bufr_parse_out
Examples:
apisample.c.

Definition at line 2230 of file bufr.c.


Generated on Tue Dec 18 16:52:45 2007 for OPERA BUFR software by  doxygen 1.5.4