NCEPLIBS-bufr 11.7.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 |
Program history log:
Date | Programmer | Comments |
---|---|---|
2009-03-23 | J. Ator | Original author |
Definition at line 25 of file msgfull.f.
References modv_maxnc::maxnc, and msgfull().
Referenced by msgfull().