NCEPLIBS-bufr
11.7.0
|
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... | |
Convert an FXY value from its bit-wise (integer) representation to its six character representation.
Definition in file cadn30.f.
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.
[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().