NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
cadn30.f File Reference

Convert an FXY value from its bit-wise (integer) representation to its six character representation. More...

Go to the source code of this file.

Functions/Subroutines

subroutine cadn30 (IDN, ADN)
 This subroutine converts an FXY value from its bit-wise (integer) representation to its 6 character representation. More...
 

Detailed Description

Convert an FXY value from its bit-wise (integer) representation to its six character representation.

Definition in file cadn30.f.

Function/Subroutine Documentation

subroutine cadn30 (   IDN,
character*(*)  ADN 
)

This subroutine converts an FXY value from its bit-wise (integer) representation to its 6 character representation.

It is similar to function adn30(), except that it always returns 6 characters, and it always returns its output as a call parameter instead of a function value, which in turn allows it to be more easily called from within a C language function.

Author
J. Ator
Date
2004-08-18
Parameters
[in]IDN– integer: Bit-wise representation of FXY value
[out]ADN– character*6: FXY value

Program History Log:

Date Programmer Comments
2004-08-18 J. Ator Original author

Definition at line 23 of file cadn30.f.

References adn30().

Referenced by nummtb(), restd(), and stseq().