NCEPLIBS-w3emc  2.11.0
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. More...
 

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.