Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> PVM parallel Toolbox > pvm_bufinfo

pvm_bufinfo

Returns information about a message buffer.

Calling Sequence

[bytes, msgtag, tid, info] = pvm_bufinfo(bufid)

Arguments

bufid

integer, specifying a particular message buffer identifier.

bytes

integer, size of the message in bytes (not very useful inside scilab).

msgtag

integer, label of the message. Useful when the message was received with a wildcard msgtag.

tid

integer, task ID of the source of the message.

info

integer, status code returned by the routine. Values less than zero indicate an error.

Description

pvm_bufinfo returns information about the requested message buffer. Typically it is used to determine facts about the last received message such as its size or source. pvm_bufinfo is especially useful when an application is able to receive any incoming message, and the action taken depends on the source tid and the msgtag associated with the message that comes in first.

The returned value infowill be zero if pvm_bufinfo is successful and will be will be < 0 if some error occurs.

See Also

<< pvm_bcast PVM parallel Toolbox pvm_config >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:13:00 CEST 2011