NCEPLIBS-bufr  11.6.0
 All Data Structures Files Functions Variables Pages
idxmsg.f File Reference

Check whether a BUFR message contains DX BUFR tables information. More...

Go to the source code of this file.

Functions/Subroutines

function idxmsg (MESG)
 This function determines whether a given BUFR message contains DX BUFR tables information that was generated by the BUFRLIB software. More...
 

Detailed Description

Check whether a BUFR message contains DX BUFR tables information.

Definition in file idxmsg.f.

Function/Subroutine Documentation

function idxmsg ( dimension(*)  MESG)

This function determines whether a given BUFR message contains DX BUFR tables information that was generated by the BUFRLIB software.

Author
J. Ator
Date
2009-03-23
Parameters
[in]MESG– integer(*): BUFR message
Returns
idxmsg – integer: Flag indicating whether MESG contains DX BUFR tables information:
  • 0 = No
  • 1 = Yes

Program history log:

Date Programmer Comments
2009-03-23 J. Ator Original author

Definition at line 23 of file idxmsg.f.

References iupbs01().

Referenced by cpdxmm(), datebf(), dumpbf(), fdebufr(), mesgbc(), mesgbf(), msgwrt(), posapx(), rdbfdx(), readerme(), readmg(), and ufbmem().