NCEPLIBS-bufr
11.5.0
|
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) |
This subroutine encodes a character string within a specified number of bits of an integer array, starting at the bit immediately after a specified bit within the array. More... | |
Encode a character string within an integer array.
Definition in file pkc.f.
subroutine pkc | ( | character*(*) | CHR, |
NCHR, | |||
dimension(*) | IBAY, | ||
IBIT | |||
) |
This subroutine encodes a character string within a specified number of bits 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
|
Program history log:
Definition at line 42 of file pkc.f.
References ipkm(), irev(), and iupm().
Referenced by cmsgini(), dxmini(), msgini(), msgwrt(), stndrd(), wrcmps(), wrdxtb(), writlc(), and wrtree().