Class SLMultiInput.TSLRealMultiInput
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | 
Revision as of 01:04, 7 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.
Package: SignalLabBasicPkg
Unit: SLMultiInput
Inherits: TSLMultiInput
| Contents | 
Syntax
Delphi:
type TSLRealMultiInput = class( TSLMultiInput )
C++ Builder:
class TSLRealMultiInput : public TSLMultiInput
Visual C++ (MFC):
class CTSLRealMultiInput : public CTSLMultiInput
C# (.NET):
public ref class TSLRealMultiInput : Mitov.SignalLab.MultiInput
Summary
Base abstract class for multiple input Real data components.
Description
This is a base class for multiple input Real data components. Do not make instances of this class. Instead create instance of an inherited class.
Pins
- OutputPin - The output pin of the component.
From TSLMultiInput
Properties
Published
- BufferSize - Specifies the desired buffer size for the output buffer of the filter.
