Class SLWaterfall.TSLBasicWaterfallData

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 24: Line 24:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLBasicWaterfallData
+
'''public ref class''' BasicWaterfallData
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 43: Line 43:
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PSmallInt;Integer)|procedure AddData(ABuffer : PSmallInt; ASize : Integer)]] - Adds new short (SmallInt) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PSmallInt;Integer)|procedure AddData(ABuffer : PSmallInt; ASize : Integer)]] - Adds new short (SmallInt) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PCardinal;Integer)|procedure AddData(ABuffer : PCardinal; ASize : Integer)]] - Adds new unsigned integer (Cardinal) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PCardinal;Integer)|procedure AddData(ABuffer : PCardinal; ASize : Integer)]] - Adds new unsigned integer (Cardinal) data buffer to the waterfall.  
 +
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PUInt64;Integer)|procedure AddData(ABuffer : PUInt64; ASize : Integer)]] - Adds new 64 bit unsigned integer data buffer to the waterfall.
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PInteger;Integer)|procedure AddData(ABuffer : PInteger; ASize : Integer)]] - Adds new Integer data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PInteger;Integer)|procedure AddData(ABuffer : PInteger; ASize : Integer)]] - Adds new Integer data buffer to the waterfall.  
 +
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PInt64;Integer)|procedure AddData(ABuffer : PInt64; ASize : Integer)]] - Adds new 64 bit integer data buffer to the waterfall.
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PSingle;Integer)|procedure AddData(ABuffer : PSingle; ASize : Integer)]] - Adds new Single(float) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PSingle;Integer)|procedure AddData(ABuffer : PSingle; ASize : Integer)]] - Adds new Single(float) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PReal;Integer)|procedure AddData(ABuffer : PReal; ASize : Integer)]] - Adds new Real(double) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PReal;Integer)|procedure AddData(ABuffer : PReal; ASize : Integer)]] - Adds new Real(double) data buffer to the waterfall.  
Line 51: Line 53:
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PSmallInt;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PSmallInt; ASize : Integer)]] - Sets short (SmallInt) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PSmallInt;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PSmallInt; ASize : Integer)]] - Sets short (SmallInt) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PCardinal;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PCardinal; ASize : Integer)]] - Sets unsigned integer (Cardinal) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PCardinal;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PCardinal; ASize : Integer)]] - Sets unsigned integer (Cardinal) data buffer to the waterfall.  
 +
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PUInt64;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PUInt64; ASize : Integer)]] - Sets 64 bit unsigned integer data buffer to the waterfall.
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PInteger;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PInteger; ASize : Integer)]] - Sets integer data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PInteger;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PInteger; ASize : Integer)]] - Sets integer data buffer to the waterfall.  
 +
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PInt64;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PInt64; ASize : Integer)]] - Sets 64 bit integer data buffer to the waterfall.
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PSingle;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PSingle; ASize : Integer)]] - Sets Single(float) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PSingle;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PSingle; ASize : Integer)]] - Sets Single(float) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PReal;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PReal; ASize : Integer)]] - Sets Real(double) data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PReal;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PReal; ASize : Integer)]] - Sets Real(double) data buffer to the waterfall.  
Line 57: Line 61:
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;ISLIntegerBuffer)|procedure SetData(AIndex : Cardinal; ABuffer : ISLIntegerBuffer)]] - Sets integer data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;ISLIntegerBuffer)|procedure SetData(AIndex : Cardinal; ABuffer : ISLIntegerBuffer)]] - Sets integer data buffer to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(ISLRealBufferArray)|procedure SetData(ABuffer : ISLRealBufferArray)]] - Sets real buffer array data to the waterfall.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(ISLRealBufferArray)|procedure SetData(ABuffer : ISLRealBufferArray)]] - Sets real buffer array data to the waterfall.  
 +
*[[Method function SLWaterfall.TSLBasicWaterfallData.GetData() : TSLRealBufferArray|function GetData() : TSLRealBufferArray]] - Returns the data buffers.
 +
*[[Method function SLWaterfall.TSLBasicWaterfallData.GetDrawData() : TSLRealBufferArray|function GetDrawData() : TSLRealBufferArray]] - Returns the currently displayed data buffers.
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.Clear()|procedure Clear()]] - Clears the data buffers.  
 
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.Clear()|procedure Clear()]] - Clears the data buffers.  
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:30, 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: SignalLabScopePkg

Unit: SLWaterfall

Contents

Syntax

Delphi:

type TSLBasicWaterfallData = class

C++ Builder:

class TSLBasicWaterfallData

Visual C++ (MFC):

class CTSLBasicWaterfallData

C# (.NET):

public ref class BasicWaterfallData

Summary

Basic waterfall data class.

Description

This is abstract base class for the waterfall data classes.

Properties

Public

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox