~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/comm/GetMsg.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH GetMsg 1 "March 1997" "Scilab Group" "Scilab function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
GetMsg - gets a pending message
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[type,msg,appli] = GetMsg()
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP 5
11
 
type
12
 
: string
13
 
.TP 4
14
 
msg
15
 
: string
16
 
.TP 6
17
 
appli
18
 
: string, name of an application
19
 
.SH DESCRIPTION
20
 
\fVGetMsg\fR gets, in an asynchronous way, a message sent by another 
21
 
application.
22
 
The type of the message is \fVstring\fR and the message itself is
23
 
\fVmsg\fR.
24
 
The name of the application which has sent the message is \fVappli\fR,
25
 
.SH SEE ALSO
26
 
SendMsg, WaitMsg