Class SLScope.TSLDisplayZoneChannelLinkData
From Mitov Wiki Doc
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: SLScope
Contents |
Syntax
Delphi:
type TSLDisplayZoneChannelLinkData = class
C++ Builder:
class TSLDisplayZoneChannelLinkData
Visual C++ (MFC):
class CTSLDisplayZoneChannelLinkData
C# (.NET):
public ref class DisplayZoneChannelLinkData
Summary
Channel points in zone data class.
Description
This class is used by the channels to provide access to the channel points in zone data. Do not make instances of this class.
Methods
Public
- function GetSize() : Integer - Returns the latest number of points from the channel in the zone.
- procedure GetDataIndexes(AIndexes : PCardinal) - Returns the latest indexes of the points from the channel in the zone.
- function GetDrawSize() : Integer - Returns the drawn number of points from the channel in the zone.
- procedure GetDrawDataIndexes(AIndexes : PCardinal) - Returns the drawn indexes of the points from the channel in the zone.
- function GetDataSnapshot() : ISLZoneChannelDataSnapshot - Returns a snapshot of the latest data.
- function GetDrawDataSnapshot() : ISLZoneChannelDataSnapshot - Returns a snapshot of the drawn data.