Former-commit-id:1d576ac27d
[formerlyfda897d2d0
] [formerly253e8bc948
] [formerly295cbf95e5
[formerly253e8bc948
[formerly 0816cd253c86acc699cb90866131619c4679f631]]] Former-commit-id:295cbf95e5
Former-commit-id: 85f06f12e49d774ff6df946ee3b7ae0ffed95a4c [formerlyae3d17c698
] Former-commit-id:2a3bf4ec32
19 lines
818 B
Text
Executable file
19 lines
818 B
Text
Executable file
C************************************************************************
|
|
C* GBUFFD.CMN - UNIX version *
|
|
C* *
|
|
C* This common area holds the large buffer used by the DEVICE task *
|
|
C* for communicating with GPLT. *
|
|
C* *
|
|
C* Variables: *
|
|
C* MBCHND INTEGER Mailbox channel number *
|
|
C* JRTYPD INTEGER Message type to read *
|
|
C* JWTYPD INTEGER Message type to write *
|
|
C* IGBUFD (IGDSIZ) INTEGER Buffer *
|
|
C** *
|
|
C* Log: *
|
|
C* M. desJardins/GSFC 4/85 *
|
|
C* M. desJardins/GSFC 7/91 UNIX version *
|
|
C* M. Linda/GSC 3/96 Created GBUFFD based on GBUFF *
|
|
C************************************************************************
|
|
COMMON /GBUFFD/ mbchnd, jrtypd, jwtypd, igbufd ( IGDSIZ )
|
|
C------------------------------------------------------------------------
|