HP UX 11i v1 I/O Cards manual Zltqueue Logical data queue allocation

Models: UX 11i v1 I/O Cards

1 298
Download 298 pages 31.75 Kb
Page 230
Image 230

 

 

ZCOM C I/F Library Routines

 

 

ZLTQUEUE (3X)

 

 

 

 

 

ZLTQUEUE (3X)

NAME

 

zltqueue – Logical data queue allocation

SYNOPSIS#include <zcom/zcomsys.h>

#include <zcom/zcomcall.h> /* if compliled with ANSI C (recommended) */

int32 zltqueue (appln, label, queuep)

uint32 appln;

char *label;

uint32 *queuep;

DESCRIPTION Routine zltqueue requests a data queue in the logical terminal tables for terminals of a specific application number. There is currently a maximum of 4 queues. Each queue is identified by the terminal application group and a user-defined label. The returned queue number (on successful completion) could then be used in subsequent data storing and retrieval calls (ltqdput and ltqdget).

The libraries libzcom_c.a and libpthread.a must be linked into the calling program by giving the options “-lzcom_c -lpthread” to cc(1) or ld(1).

230

Chapter 4

Page 230
Image 230
HP UX 11i v1 I/O Cards manual Zltqueue Logical data queue allocation