Class TLWatchDogTimer.TTLWatchDogTimer
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 41: | Line 41: | ||
of events have stopped happening - as example a communication | of events have stopped happening - as example a communication | ||
has not happened for a while. | has not happened for a while. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:TLWatchDogTimer_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 62: | Line 68: | ||
== Pins == | == Pins == | ||
− | *[[Pin TLBasicTimingFilter.TTLBasicTimingFilter. | + | *[[Pin TLBasicTimingFilter.TTLBasicTimingFilter.ClockOutputPin|ClockOutputPin]] - The output pin of the component. |
== From [[Class TLBasicTimingFilter.TTLBasicClockedFilter|TTLBasicClockedFilter]] == | == From [[Class TLBasicTimingFilter.TTLBasicClockedFilter|TTLBasicClockedFilter]] == | ||
+ | |||
+ | == Pins == | ||
+ | *[[Pin TLBasicTimingFilter.TTLBasicClockedFilter.ClockInputPin|ClockInputPin]] - The Input Pin of the component. | ||
+ | |||
+ | == From [[Class SLCommonFilter.TSLBasicEnableFilter|TSLBasicEnableFilter]] == | ||
== Properties == | == Properties == | ||
=== Published === | === Published === | ||
− | *[[Property | + | *[[Property SLCommonFilter.TSLBasicEnableFilter.Enabled|Enabled]] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[Category:Components]][[Category:Classes]] | [[Category:Components]][[Category:Classes]] |
Revision as of 20:28, 10 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: TLWatchDogTimer
Inherits: TTLBasicTimingFilter
Contents |
Syntax
Delphi:
type TTLWatchDogTimer = class( TTLBasicTimingFilter )
C++ Builder:
class TTLWatchDogTimer : public TTLBasicTimingFilter
Visual C++ (MFC):
class CTTLWatchDogTimer : public CTTLBasicTimingFilter
C# (.NET):
public ref class TTLWatchDogTimer : Mitov.TimingLab.BasicTimingFilter
Summary
Implements a Watch Dog Timer.
Description
Use this component to implement a Watch Dog Timer.
A Watch Dog Timer generates event if the Reset method has not been called for certain period of time. Usually a Watch Dog Timer is used to notify the application that a certain type of events have stopped happening - as example a communication has not happened for a while.
Diagram:
Properties
Published
- Repeating - Specifies whether the the Watch Dog Timer event will repeat firing after the period expires.
- Interval - Specifies the desired watch dog interval.
Methods
Public
- procedure Reset() - Resets the Watch Dog Timer.
Pins
- ActiveOutputPin - The timer active boolean output pin of the component.
Events
- OnTimer - Occurs on watch dog timeout.
From TTLBasicTimingFilter
Pins
- ClockOutputPin - The output pin of the component.
From TTLBasicClockedFilter
Pins
- ClockInputPin - The Input Pin of the component.