NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
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.
 

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.