Class TLThreadEvent.TTLThreadEvent

From Mitov Wiki Doc
Jump to: navigation, search

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 ThreadEvent : 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