NCEPLIBS-bufr  12.0.0
msgfull.f File Reference

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...
 

Detailed Description

Check whether a data subset will fit within a BUFR message.

Author
J. Ator
Date
2009-03-23

Definition in file msgfull.f.

Function/Subroutine Documentation

◆ msgfull()

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.

Parameters
[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
Returns
MSGFULL – logical: Flag indicating whether the current data subset will fit within the current BUFR message
Author
J. Ator
Date
2009-03-23

Definition at line 20 of file msgfull.f.

References modv_maxnc::maxnc.

Referenced by wrdxtb().