NCEPLIBS-bufr 11.7.1
|
Write a message to a BUFR file that was previously opened for writing via a C language interface. More...
Go to the source code of this file.
Functions | |
void | cwbmg (char *bmg, f77int *nmb, f77int *iret) |
This subroutine writes a BUFR message to the system file that was opened via the most recent call to subroutine cobfl() with io = 'w'. More... | |
Write a message to a BUFR file that was previously opened for writing via a C language interface.
Definition in file cwbmg.c.
void cwbmg | ( | char * | bmg, |
f77int * | nmb, | ||
f77int * | iret | ||
) |
This subroutine writes a BUFR message to the system file that was opened via the most recent call to subroutine cobfl() with io = 'w'.
[in] | bmg | – char*: BUFR message to be written |
[in] | nmb | – f77int*: Size (in bytes) of BUFR message in bmg |
[out] | iret | – f77int*: return code
|
This subroutine is designed to be easily callable from application program written in either C or Fortran.
The file to which the message is to be written must have already been opened for writing via a previous call to subroutine cobfl() with io = 'w'.
Program history log:
Date | Programmer | Comments |
---|---|---|
2005-11-29 | J. Ator | Original author |