Class SLMultiInput.TSLRealMultiInput
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| (7 intermediate revisions by one user not shown) | |||
| Line 5: | Line 5: | ||
| </span></b> | </span></b> | ||
| − | '''Package:''' [[Package  | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] | 
| '''Unit:''' [[Unit SLMultiInput|SLMultiInput]] | '''Unit:''' [[Unit SLMultiInput|SLMultiInput]] | ||
| Line 26: | Line 26: | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class'''  | + | '''public ref class''' RealMultiInput : [[Class SLMultiInput.TSLMultiInput|Mitov.SignalLab.MultiInput]] | 
| </code> | </code> | ||
| == Summary == | == Summary == | ||
| Line 44: | Line 44: | ||
| === Published === | === Published === | ||
| − | *[[Property SLMultiInput.TSLMultiInput. | + | *[[Property SLMultiInput.TSLMultiInput.OutputBuffer|OutputBuffer]] - Specifies the size of the output buffer.   | 
| [[Category:Classes]] | [[Category:Classes]] | ||
Latest revision as of 00:29, 26 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: Mitov.BasicLab
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 RealMultiInput : 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
- OutputBuffer - Specifies the size of the output buffer.
