Table of Contents
rmtAddCrtQ - remote - traverse local display page and add all items to
the Que list
rmtAddCrtQ traverses a local copy of the CRTDCPNT
and CRTICPNT records which make up a display page and passes a series of
requests to
dbman asking to subscribe to a datapoints.
The requests are
passed in remote mode.
This function is part of librmt.
int rmtAddCrtQ
(
HEADER_TBL *HTpnt,
int fo,
PAGE *PgPnt,
int verbosity
);
pointer to local HEADER_TBL
The file descriptor for the
connection to dbman.
pointer to PAGE record.
Defines the amount
of messages to print. This value is passed on to SendRec. A value of 0 produces
no messages. See the SendRec manpage for full details on available values.
ERRok is returned if the transaction is successful.
The error code from the transaction is returned if there is a communications
error.
This function isn’t used anymore. The entire page may be subscribed
to by using
rmtAddPgQueLst(3rmt)
which subscribes to the entire list by
passing one request to
dbman.
librmt(3rmt)
$Id:
rmtAddCrtQ.3,v 1.2 2008/08/22 16:22:16 mcnamer Exp $
Table of Contents