NCEPLIBS-bufr
12.0.1
|
Encode a character string within an integer array. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pkc (CHR, NCHR, IBAY, IBIT) |
Encode a character string within an integer array. More... | |
subroutine pkc | ( | character*(*) | CHR, |
NCHR, | |||
dimension(*) | IBAY, | ||
IBIT | |||
) |
Encode a character string within an integer array.
This subroutine encodes a character string within a specified number of bytes of an integer array, starting at the bit immediately after a specified bit within the array.
[in] | CHR | - character*(*): String to be encoded. |
[in] | NCHR | - integer: Number of bytes of IBAY within which to encode CHR (i.e. the number of characters in CHR). |
[out] | IBAY | - integer(*): Array containing encoded CHR. |
[in,out] | IBIT | - integer: Bit pointer within IBAY
|
Definition at line 30 of file pkc.f.
References irev().
Referenced by cmsgini(), dxmini(), msgini(), msgwrt(), stndrd(), wrcmps(), wrdxtb(), writlc(), and wrtree().