NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
gbytesc.f File Reference

Get bytes - unpack bits. More...

Go to the source code of this file.

Functions/Subroutines

subroutine gbytesc (in, iout, iskip, nbyte, nskip, n)
 Extract arbitrary size values from a packed bit string, right justifying each value in the unpacked array.
 

Detailed Description

Get bytes - unpack bits.

Author
Unknown

Definition in file gbytesc.f.

Function/Subroutine Documentation

◆ gbytesc()

subroutine gbytesc ( character*1, dimension(*)  in,
integer, dimension(*)  iout,
  iskip,
  nbyte,
  nskip,
  n 
)

Extract arbitrary size values from a packed bit string, right justifying each value in the unpacked array.

Parameters
[in]INCharacter*1 array input.
[out]IOUTUnpacked array output.
[in]ISKIPInitial number of bits to skip.
[in]NBYTENumber of bits to take.
[in]NSKIPAdditional number of bits to skip on each iteration.
[in]NNumber of iterations.

Definition at line 15 of file gbytesc.f.