Class tsigsampler

Unit

Declaration

type tsigsampler = class(tsigmultiinp)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected foptions: sigsampleroptionsty;
Protected fnegtrig: boolean;
Protected fstarted: boolean;
Protected fstartpending: boolean;
Protected fpretrigger: boolean;
Protected frunning: boolean;
Protected fsigbuffer: samplerbufferty;

Methods

Protected procedure setoptions(const avalue: sigsampleroptionsty) virtual;
Protected procedure updateoptions(var avalue: sigsampleroptionsty); virtual;
Protected procedure dotimer(const sender: tobject);
Protected procedure dotriggerchange(const sender: tobject);
Protected procedure dobufferfull; virtual;
Protected procedure loaded; override;
Protected procedure checkautostart;
Protected function getsigoptions: sigclientoptionsty; override;
Protected function gethandler: sighandlerprocty; override;
Protected procedure sighandler(const ainfo: psighandlerinfoty);
Protected procedure initmodel; override;
Protected function getinputar: inputconnarty; override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure clear; override;
Public procedure start;

Properties

Published property bufferlength: integer read fbufferlength write setbufferlength default defaultsamplecount;
Published property trigger: tchangedoubleinputconn read ftrigger write settrigger;
Published property triggerlevel: tchangedoubleinputconn read ftriggerlevel write settriggerlevel;
Published property options: sigsampleroptionsty read foptions write setoptions default defaultsigsampleroptions;
Published property onbufferfull: samplerbufferfulleventty read fonbufferfull write fonbufferfull;
Published property refreshus: integer read frefreshus write setrefreshus default -1;

Description

Fields

Protected foptions: sigsampleroptionsty;

This item has no description.

Protected fnegtrig: boolean;

This item has no description.

Protected fstarted: boolean;

This item has no description.

Protected fstartpending: boolean;

This item has no description.

Protected fpretrigger: boolean;

This item has no description.

Protected frunning: boolean;

This item has no description.

Protected fsigbuffer: samplerbufferty;

This item has no description.

Methods

Protected procedure setoptions(const avalue: sigsampleroptionsty) virtual;

This item has no description.

Protected procedure updateoptions(var avalue: sigsampleroptionsty); virtual;

This item has no description.

Protected procedure dotimer(const sender: tobject);

This item has no description.

Protected procedure dotriggerchange(const sender: tobject);

This item has no description.

Protected procedure dobufferfull; virtual;

This item has no description.

Protected procedure loaded; override;

This item has no description.

Protected procedure checkautostart;

This item has no description.

Protected function getsigoptions: sigclientoptionsty; override;

This item has no description.

Protected function gethandler: sighandlerprocty; override;

This item has no description.

Protected procedure sighandler(const ainfo: psighandlerinfoty);

This item has no description.

Protected procedure initmodel; override;

This item has no description.

Protected function getinputar: inputconnarty; override;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure clear; override;

This item has no description.

Public procedure start;

This item has no description.

Properties

Published property bufferlength: integer read fbufferlength write setbufferlength default defaultsamplecount;

This item has no description.

Published property trigger: tchangedoubleinputconn read ftrigger write settrigger;

This item has no description.

Published property triggerlevel: tchangedoubleinputconn read ftriggerlevel write settriggerlevel;

This item has no description.

Published property options: sigsampleroptionsty read foptions write setoptions default defaultsigsampleroptions;

This item has no description.

Published property onbufferfull: samplerbufferfulleventty read fonbufferfull write fonbufferfull;

This item has no description.

Published property refreshus: integer read frefreshus write setrefreshus default -1;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.