Enum SLFilterTypes.TSLCombFeed

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)

Revision as of 20:44, 30 October 2012

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: SignalLabBasicPkg

Unit: SLFilterTypes

Contents

Syntax

Delphi:

type TSLCombFeed = (cfForward, cfBack);

C++ Builder:

enum TSLCombFeed {cfForward, cfBack};

Visual C++ (MFC):

enum CTSLCombFeed {cfForward, cfBack};

Summary

Comb filter feed types.

Description

Defines the Comb filter feed types. - Forward or Back.

Values

cfForward Forward feed to be used.
cfBack Back feed to be used.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox