summaryrefslogtreecommitdiff
path: root/xc/unsupported/doc/PHIGS/man3/p271
blob: e134a29635d04f10f66f19b333794a302aefad7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.\"##
.\" $XConsortium: p271,v 5.2 91/08/16 14:47:36 hersh Exp $
.\"##
.\"## 
$XMCOPY
.\"## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. 
.\"## 
.\"##                         All Rights Reserved
.\"## 
.\"## Permission to use, copy, modify, and distribute this software and its 
.\"## documentation for any purpose and without fee is hereby granted, 
.\"## provided that the above copyright notice appear in all copies and that
.\"## both that copyright notice and this permission notice appear in 
.\"## supporting documentation, and that the name of Sun Microsystems,
.\"## not be used in advertising or publicity 
.\"## pertaining to distribution of the software without specific, written 
.\"## prior permission.  
.\"## 
.\"## SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
.\"## INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
.\"## EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
.\"## CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
.\"## USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
.\"## OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\"## PERFORMANCE OF THIS SOFTWARE.
.TH "SAMPLE CHOICE" 3P "29 February 1991"
.SH NAME
SAMPLE CHOICE \- sample the current measure of a choice device
.IX "Sample Input Mode" "SAMPLE CHOICE"
.IX "Input Modes" "SAMPLE CHOICE"
.IX "Choice Input Devices" "SAMPLE CHOICE"
.SH SYNOPSIS
.SS C Syntax
.ft B
.ta 1.25i 3i
.nf
void
psample_choice ( ws, dev, choice_in_status, choice )
Pint	ws;	\fIworkstation identifier\fP
Pint	dev;	\fIchoice device number\fP
Pin_status	*choice_in_status;	\fIOUT choice input status\fP
Pint	*choice;	\fIOUT choice\fP
.fi
.ft R
.SS Required PHIGS Operating States
(PHOP, WSOP, *, *)
.SH DESCRIPTION
.SS Purpose
Use \s-2SAMPLE CHOICE\s+2 to sample the current measure of the specified
choice device without waiting for the device trigger to fire. The device
must be in \s-2SAMPLE\s+2 mode.
See \s-2SET CHOICE MODE\s+2 and \s-2INITIALIZE CHOICE\s+2 for more information.
.SS C Input Parameters
.IP \fIws\fP
Workstation identifier. An integer specifying the workstation with which
the specified choice device is associated.
.IP \fIdev\fP
The device number of the choice device to be sampled.
See the \fIAvailable Devices\fP section of \s-2INITIALIZE CHOICE\s+2
for a description of the available devices.
.SS C Output Parameter
.IP \fIchoice_in_status\fP
A pointer to a location to store the status of the sample.
Pin_status is defined in phigs.h as:
.sp .4
.ta .5i
.nf
typedef enum {
.sp .2
	PIN_STATUS_NONE,
	PIN_STATUS_OK,
	PIN_STATUS_NO_IN
.sp .2
} Pin_status;
.fi
.IP \fIchoice\fP
A pointer to a location to store the results of the choice.
.SS Execution
\s-2SAMPLE CHOICE\s+2 samples the specified choice device. The
device must be in \s-2SAMPLE\s+2 mode.
See \s-2SET CHOICE MODE\s+2 and \s-2INITIALIZE CHOICE\s+2 for more
information.
.LP
When a device is set to \s-2SAMPLE\s+2 mode, a measure process is created
for the device and the device is activated. When \s-2SAMPLE CHOICE\s+2 is
called, the current value of the measure process for the specified device
is retrieved without waiting for the device's trigger to fire.
.SH ERRORS
.IP 003
Ignoring function, function requires state (\s-2PHOP, WSOP, *, *\s+2)
.IP 054
Ignoring function, the specified workstation is not open
.IP 061
Ignoring function, specified workstation is neither of category \s-2INPUT\s+2
nor of category \s-2OUTIN\s+2
.IP 250
Ignoring function, the specified device is not available
on the specified workstation
.IP 252
Ignoring function, the function requires the input device to
be in \s-2SAMPLE\s+2 mode
.SH SEE ALSO
.nf
.IP
.ta 0.5i
.SM "SET CHOICE MODE (3P)"
.SM "INITIALIZE CHOICE 3 (3P)"
.SM "REQUEST CHOICE (3P)"
.SM "GET CHOICE (3P)"
.SM "INQUIRE CHOICE DEVICE STATE (3P)"
.fi