NCEPLIBS-w3emc  2.11.0
sbytesc.f File Reference

Put arbitrary size values into a packed bit string. More...

Go to the source code of this file.

Functions/Subroutines

subroutine sbytesc (OUT, IN, ISKIP, NBYTE, NSKIP, N)
 Store bytes - pack bits: Put arbitrary size values into a packed bit string, taking the low order bits from each value in the unpacked array. More...
 

Detailed Description

Put arbitrary size values into a packed bit string.

Author
Unknown

Definition in file sbytesc.f.

Function/Subroutine Documentation

◆ sbytesc()

subroutine sbytesc ( character*1, dimension(*)  OUT,
integer, dimension(n)  IN,
  ISKIP,
  NBYTE,
  NSKIP,
  N 
)

Store bytes - pack bits: Put arbitrary size values into a packed bit string, taking the low order bits from each value in the unpacked array.

Parameters
OUT= packed array output.
IN= unpacked array input.
ISKIP= initial number of bits to skip.
NBYTE= number of bits to pack.
NSKIP= additional number of bits to skip on each iteration.
N= number of iterations.
Author
Unknown

Definition at line 16 of file sbytesc.f.