Class PLMultiWaterfall.TSLMultiWaterfallChannelData
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' MultiWaterfallChannelData : [[Class SLWaterfall.TSLBasicWaterfallData|Mitov.PlotLab.BasicWaterfallData]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 53: | Line 53: | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PSmallInt;Integer)|procedure AddData(ABuffer : PSmallInt; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PSmallInt;Integer)|procedure AddData(ABuffer : PSmallInt; ASize : Integer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PCardinal;Integer)|procedure AddData(ABuffer : PCardinal; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PCardinal;Integer)|procedure AddData(ABuffer : PCardinal; ASize : Integer)]] | ||
+ | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PUInt64;Integer)|procedure AddData(ABuffer : PUInt64; ASize : Integer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PInteger;Integer)|procedure AddData(ABuffer : PInteger; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PInteger;Integer)|procedure AddData(ABuffer : PInteger; ASize : Integer)]] | ||
+ | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PInt64;Integer)|procedure AddData(ABuffer : PInt64; ASize : Integer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PSingle;Integer)|procedure AddData(ABuffer : PSingle; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PSingle;Integer)|procedure AddData(ABuffer : PSingle; ASize : Integer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PReal;Integer)|procedure AddData(ABuffer : PReal; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PReal;Integer)|procedure AddData(ABuffer : PReal; ASize : Integer)]] | ||
Line 61: | Line 63: | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PSmallInt;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PSmallInt; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PSmallInt;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PSmallInt; ASize : Integer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PCardinal;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PCardinal; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PCardinal;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PCardinal; ASize : Integer)]] | ||
+ | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PUInt64;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PUInt64; ASize : Integer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PInteger;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PInteger; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PInteger;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PInteger; ASize : Integer)]] | ||
+ | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PInt64;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PInt64; ASize : Integer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PSingle;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PSingle; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PSingle;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PSingle; ASize : Integer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PReal;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PReal; ASize : Integer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PReal;Integer)|procedure SetData(AIndex : Cardinal; ABuffer : PReal; ASize : Integer)]] | ||
Line 67: | Line 71: | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;ISLIntegerBuffer)|procedure SetData(AIndex : Cardinal; ABuffer : ISLIntegerBuffer)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;ISLIntegerBuffer)|procedure SetData(AIndex : Cardinal; ABuffer : ISLIntegerBuffer)]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(ISLRealBufferArray)|procedure SetData(ABuffer : ISLRealBufferArray)]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(ISLRealBufferArray)|procedure SetData(ABuffer : ISLRealBufferArray)]] | ||
+ | *[[Method function SLWaterfall.TSLBasicWaterfallData.GetData() : TSLRealBufferArray|function GetData() : TSLRealBufferArray]] | ||
+ | *[[Method function SLWaterfall.TSLBasicWaterfallData.GetDrawData() : TSLRealBufferArray|function GetDrawData() : TSLRealBufferArray]] | ||
*[[Method procedure SLWaterfall.TSLBasicWaterfallData.Clear()|procedure Clear()]] | *[[Method procedure SLWaterfall.TSLBasicWaterfallData.Clear()|procedure Clear()]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:31, 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: PlotLabPkg
Unit: PLMultiWaterfall
Inherits: TSLBasicWaterfallData
Contents |
Syntax
Delphi:
type TSLMultiWaterfallChannelData = class( TSLBasicWaterfallData )
C++ Builder:
class TSLMultiWaterfallChannelData : public TSLBasicWaterfallData
Visual C++ (MFC):
class CTSLMultiWaterfallChannelData : public CTSLBasicWaterfallData
C# (.NET):
public ref class MultiWaterfallChannelData : Mitov.PlotLab.BasicWaterfallData
Summary
Channel data class.
Description
This class is used by the channels to provide access to the channel data. Do not make instances of this class.
Methods
Public
- procedure Clear() - Clears the data buffers.
From TSLBasicWaterfallData
Properties
Public
Methods
Public
- procedure AddData(ABuffer : PWord; ASize : Integer)
- procedure AddData(ABuffer : PSmallInt; ASize : Integer)
- procedure AddData(ABuffer : PCardinal; ASize : Integer)
- procedure AddData(ABuffer : PUInt64; ASize : Integer)
- procedure AddData(ABuffer : PInteger; ASize : Integer)
- procedure AddData(ABuffer : PInt64; ASize : Integer)
- procedure AddData(ABuffer : PSingle; ASize : Integer)
- procedure AddData(ABuffer : PReal; ASize : Integer)
- procedure AddData(ABuffer : ISLRealBuffer)
- procedure AddData(ABuffer : ISLIntegerBuffer)
- procedure SetData(AIndex : Cardinal; ABuffer : PWord; ASize : Integer)
- procedure SetData(AIndex : Cardinal; ABuffer : PSmallInt; ASize : Integer)
- procedure SetData(AIndex : Cardinal; ABuffer : PCardinal; ASize : Integer)
- procedure SetData(AIndex : Cardinal; ABuffer : PUInt64; ASize : Integer)
- procedure SetData(AIndex : Cardinal; ABuffer : PInteger; ASize : Integer)
- procedure SetData(AIndex : Cardinal; ABuffer : PInt64; ASize : Integer)
- procedure SetData(AIndex : Cardinal; ABuffer : PSingle; ASize : Integer)
- procedure SetData(AIndex : Cardinal; ABuffer : PReal; ASize : Integer)
- procedure SetData(AIndex : Cardinal; ABuffer : ISLRealBuffer)
- procedure SetData(AIndex : Cardinal; ABuffer : ISLIntegerBuffer)
- procedure SetData(ABuffer : ISLRealBufferArray)
- function GetData() : TSLRealBufferArray
- function GetDrawData() : TSLRealBufferArray
- procedure Clear()