Class SLScope.TSLDisplayZoneChannelLinkData
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 24: | Line 24: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DisplayZoneChannelLinkData |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 41: | Line 41: | ||
*[[Method function SLScope.TSLDisplayZoneChannelLinkData.GetDrawSize() : Integer|function GetDrawSize() : Integer]] - Returns the drawn number of points from the channel in the zone. | *[[Method function SLScope.TSLDisplayZoneChannelLinkData.GetDrawSize() : Integer|function GetDrawSize() : Integer]] - Returns the drawn number of points from the channel in the zone. | ||
*[[Method procedure SLScope.TSLDisplayZoneChannelLinkData.GetDrawDataIndexes(PCardinal)|procedure GetDrawDataIndexes(AIndexes : PCardinal)]] - Returns the drawn indexes of the points from the channel in the zone. | *[[Method procedure SLScope.TSLDisplayZoneChannelLinkData.GetDrawDataIndexes(PCardinal)|procedure GetDrawDataIndexes(AIndexes : PCardinal)]] - Returns the drawn indexes of the points from the channel in the zone. | ||
+ | *[[Method function SLScope.TSLDisplayZoneChannelLinkData.GetDataSnapshot() : ISLZoneChannelDataSnapshot|function GetDataSnapshot() : ISLZoneChannelDataSnapshot]] - Returns a snapshot of the latest data. | ||
+ | *[[Method function SLScope.TSLDisplayZoneChannelLinkData.GetDrawDataSnapshot() : ISLZoneChannelDataSnapshot|function GetDrawDataSnapshot() : ISLZoneChannelDataSnapshot]] - Returns a snapshot of the drawn data. | ||
[[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: 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.