'\" t .\" Title: ufo-mkfilter .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 11/19/2020 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "UFO\-MKFILTER" "1" "11/19/2020" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ufo-mkfilter \- Create filter skeletons .SH "SYNOPSIS" .sp .nf ufo\-mkfilter [\-d] [\-\-use\-gpu] [\-\-type ] \fINAME\fR .fi .SH "DESCRIPTION" .sp Creates source and header files for a skeleton task\&. The camel\-cased \fINAME\fR is transformed to hyphen\-separated lowercase names with \&.c and \&.h extensions\&. .SH "OPTIONS" .PP \fB\-\-disable\-comments\fR, \fB\-d\fR .RS 4 Do not output any comments in the source file\&. .RE .PP \fB\-\-use\-gpu\fR .RS 4 Specify that this task uses GPUs\&. .RE .PP \fB\-\-type\fR \fITYPE\fR .RS 4 \fITYPE\fR must be one of "sink", "filter", "reductor" or "generator"\&. Appropriate support code is generated\&. .RE