Class TLThreadEvent.TTLThreadEvent
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 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:
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.