NCEPLIBS-bufr
12.0.1
|
Check whether a data subset will fit within a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
logical function | msgfull (MSIZ, ITOADD, MXSIZ) |
This function determines whether the current data subset in the internal arrays will fit within the current BUFR message in the internal arrays, based on the prescribed maximum size of a BUFR message and the allowance of some extra "wiggle room" that may be needed later when writing out the message. More... | |
Check whether a data subset will fit within a BUFR message.
Definition in file msgfull.f.
logical function msgfull | ( | MSIZ, | |
ITOADD, | |||
MXSIZ | |||
) |
This function determines whether the current data subset in the internal arrays will fit within the current BUFR message in the internal arrays, based on the prescribed maximum size of a BUFR message and the allowance of some extra "wiggle room" that may be needed later when writing out the message.
[in] | MSIZ | – integer: Size (in bytes) of current BUFR message |
[in] | ITOADD | – integer: Size (in bytes) of current data subset |
[in] | MXSIZ | – integer: Maximum size of a BUFR message |
Definition at line 20 of file msgfull.f.
References modv_maxnc::maxnc.
Referenced by wrdxtb().