Class TLWatchDogTimer.TTLWatchDogTimer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TTLWatchDogTimer : [[Class TLBasicTimingFilter.TTLBasicTimingFilter|Mitov.TimingLab.BasicTimingFilter]]
+
'''public ref class''' WatchDogTimer : [[Class TLBasicTimingFilter.TTLBasicTimingFilter|Mitov.TimingLab.BasicTimingFilter]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
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.OutputPin|OutputPin]] - The output pin of the component.  
+
*[[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 TLBasicTimingFilter.TTLBasicClockedFilter.Enabled|Enabled]] - Enables or disables the component.
+
*[[Property SLCommonFilter.TSLBasicEnableFilter.Enabled|Enabled]]
 
+
== Pins ==
+
*[[Pin TLBasicTimingFilter.TTLBasicClockedFilter.InputPin|InputPin]] - The Input Pin of the component.
+
*[[Pin TLBasicTimingFilter.TTLBasicClockedFilter.EnablePin|EnablePin]] - The enable pin of the component.
+
  
 
[[Category:Components]][[Category:Classes]]
 
[[Category:Components]][[Category:Classes]]

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.

BIGTLWatchDogTimer.gif TLWatchDogTimer.gif NETTLWatchDogTimer.gif

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:

TLWatchDogTimer Preview.png

Properties

Published

Methods

Public

Pins

Events

From TTLBasicTimingFilter

Pins

From TTLBasicClockedFilter

Pins

From TSLBasicEnableFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox