File: ACE_Task_Flags.3

package info (click to toggle)
ace 5.2.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 26,856 kB
  • ctags: 18,677
  • sloc: cpp: 171,831; makefile: 48,840; sh: 10,192; perl: 8,582; exp: 787; yacc: 387; lex: 140; csh: 20
file content (47 lines) | stat: -rw-r--r-- 1,227 bytes parent folder | download
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
.TH ACE_Task_Flags 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ACE_Task_Flags \- These flags are used within the \fBACE_Task\fR. 
.SH SYNOPSIS
.br
.PP
\fC#include <Task.h>\fR
.PP
.SS Public Types

.in +1c
.ti -1c
.RI "enum { \fBACE_READER\fR = 01, \fBACE_FLUSHDATA\fR = 02, \fBACE_FLUSHALL\fR = 04, \fBACE_FLUSHR\fR = 010, \fBACE_FLUSHW\fR = 020, \fBACE_FLUSHRW\fR = 030 }"
.br
.in -1c
.SH DETAILED DESCRIPTION
.PP 
These flags are used within the \fBACE_Task\fR.
.PP
.PP
 These flags should be hidden within \fBACE_Task\fR. Unfortunately, the HP/UX C++ compiler can't grok this... Fortunately, there's no code defined here, so we don't have to worry about multiple definitions. 
.PP
.SH MEMBER ENUMERATION DOCUMENTATION
.PP 
.SS anonymous enum
.PP
\fBEnumeration values:\fR
.in +1c
.TP
\fB\fIACE_READER\fR \fRIdentifies a Task as being the "reader" in a Module.
.TP
\fB\fIACE_FLUSHDATA\fR \fRJust flush data messages in the queue.
.TP
\fB\fIACE_FLUSHALL\fR \fRFlush all messages in the Queue.
.TP
\fB\fIACE_FLUSHR\fR \fRflush read queue.
.TP
\fB\fIACE_FLUSHW\fR \fRflush write queue.
.TP
\fB\fIACE_FLUSHRW\fR \fRflush both queues.


.SH AUTHOR
.PP 
Generated automatically by Doxygen for ACE from the source code.