Class TLThreadEvent.TTLThreadEvent

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)

Revision as of 23:52, 25 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.

BIGTLThreadEvent.gif TLThreadEvent.gif NETTLThreadEvent.gif

Package: TimingLabBasicPkg

Unit: TLThreadEvent

Inherits: TTLBasicEventTimingFilter

Contents

Syntax

Delphi:

type TTLThreadEvent = class( TTLBasicEventTimingFilter )

C++ Builder:

class TTLThreadEvent : public TTLBasicEventTimingFilter

Visual C++ (MFC):

class CTTLThreadEvent : public CTTLBasicEventTimingFilter

C# (.NET):

public ref class TTLThreadEvent : Mitov.TimingLab.BasicEventTimingFilter

Summary

Executes event in a separated thread.

Description

Use this component to execute code in a separated thread.

To assign the event to be executed in a separated thread assign the OnNotify event to a callback function.

To generate the event call the Fire method.

If you need to wait until the event is processed set the Blocking property to True.


Diagram:

TLThreadEvent Preview.png

Properties

Published

From TTLBasicEventTimingFilter

Properties

Published

Methods

Public

Events

From TTLBasicTimingFilter

Pins

From TTLBasicClockedFilter

Pins

From TSLBasicEnableFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox