Class TLThreadEvent.TTLThreadEvent
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''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.
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:
Properties
Published
- Priority - Specifies the desired thread priority.
From TTLBasicEventTimingFilter
Properties
Published
- Blocking - Specifies whether the the Fire event will wait until the notification is processed before returning.
Methods
Public
- procedure Fire() - Generates a main thread event.
Events
From TTLBasicTimingFilter
Pins
- ClockOutputPin - The output pin of the component.
From TTLBasicClockedFilter
Pins
- ClockInputPin - The Input Pin of the component.