Class TLThreadEvent.TTLThreadEvent

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(4 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TTLThreadEvent : [[Class TLBasicTimingFilter.TTLBasicEventTimingFilter|Mitov.TimingLab.BasicEventTimingFilter]]
+
'''public ref class''' ThreadEvent : [[Class TLBasicTimingFilter.TTLBasicEventTimingFilter|Mitov.TimingLab.BasicEventTimingFilter]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==

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.

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