Pin SLRealToComplex.TSLRealToComplex.ImagInputPin

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TSLRealToComplex

Contents

Syntax

Delphi:

property ImagInputPin : TSLOWQueuedRealSinkPin read FImagInputPin write FImagInputPin;

C++ Builder:

__property TSLOWQueuedRealSinkPin * ImagInputPin = { read=FImagInputPin, write=FImagInputPin };

Summary

The Imaginary part Input Pin of the component.

Description

ImagInputPin is the Real(double) buffer data input pin of the component, providing Imaginary part Real(double) data for the conversion.

You can connect this pin to any pin providing Real(double) buffer data.


Delphi example:

SLRealToComplex1.ImagInputPin.Connect( SLSignalGen1.OutputPin );

C++ Builder example:

SLRealToComplex1->ImagInputPin->Connect( SLSignalGen1->OutputPin );

Visual C++(MFC) example:

SLRealToComplex1.ImagInputPin.Connect( SLSignalGen1.OutputPin );

C# example:

realToComplex1.ImagInputPin.Connect( signalGen1.OutputPin );

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox