Table of Contents

Name

rmtAddCrtQ - remote - traverse local display page and add all items to the Que list

Description

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.

Syntax

int rmtAddCrtQ (
HEADER_TBL *HTpnt,
int fo,
PAGE *PgPnt,
int verbosity
);

Arguments

HTpnt

pointer to local HEADER_TBL

fo

The file descriptor for the connection to dbman.

PgPnt

pointer to PAGE record.

verbosity

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.

Return Values

ERRok is returned if the transaction is successful.
The error code from the transaction is returned if there is a communications error.

Notes

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.

See Also

librmt(3rmt)

Manual page revision

$Id: rmtAddCrtQ.3,v 1.2 2008/08/22 16:22:16 mcnamer Exp $


Table of Contents