Method procedure SLWaterfall.TSLBasicWaterfallData.AddData(PUInt64;Integer)
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:16, 11 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.
Class: TSLBasicWaterfallData
Contents |
Syntax
Delphi:
procedure AddData( ABuffer : PUInt64, ASize : Integer );
C++ Builder:
void __fastcall AddData( PUInt64 ABuffer, int ASize );
Visual C++ (MFC):
void AddData( const unsigned __int64 * ABuffer, int ASize );
Summary
Adds new 64 bit unsigned integer data buffer to the waterfall.
Description
Use this method to add new 64 bit unsigned integer data buffer to the waterfall.