Class TLWatchDogTimer.TTLWatchDogTimer
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' WatchDogTimer : [[Class TLBasicTimingFilter.TTLBasicTimingFilter|Mitov.TimingLab.BasicTimingFilter]] |
</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: 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 WatchDogTimer : 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.