Pin SLBasicAnalysis.TSLTypedBasicAnalysis.InputPin

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

Revision as of 23:53, 25 June 2013

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: TSLTypedBasicAnalysis

Contents

Syntax

Delphi:

property InputPin : TSLOWComboRealSinkPin read FInputPin write FInputPin;

C++ Builder:

__property TSLOWComboRealSinkPin * InputPin = { read=FInputPin, write=FInputPin };

Summary

The Real(double) input pin of the RMS Meter.

Description

InputPin is the Real(double) buffer data input pin of the component.

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


Delphi example:

<c>SLLRMSMeter1.InputPin.Connect( SLRandomGen1.OutputPin );</c>

C++ Builder example:

<c>SLLRMSMeter1->InputPin->Connect( SLRandomGen1->OutputPin );</c>

Visual C++(MFC) example:

<c>SLLRMSMeter1.InputPin.Connect( SLRandomGen1.OutputPin );</c>

C# example:

<c>rmsMeter1.InputPin.Connect( randomGen1.OutputPin );</c>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox