Class TLCounter.TTLCounter

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(3 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TTLCounter : [[Class TLBasicTimingFilter.TTLBasicClockedSynchronizedFilter|Mitov.TimingLab.BasicClockedSynchronizedFilter]]
+
'''public ref class''' Counter : [[Class TLBasicTimingFilter.TTLBasicClockedSynchronizedFilter|Mitov.TimingLab.BasicClockedSynchronizedFilter]]
 
</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.

BIGTLCounter.gif TLCounter.gif NETTLCounter.gif

Package: TimingLabBasicPkg

Unit: TLCounter

Inherits: TTLBasicClockedSynchronizedFilter

Contents

Syntax

Delphi:

type TTLCounter = class( TTLBasicClockedSynchronizedFilter, Int64 )

C++ Builder:

class TTLCounter : public TTLBasicClockedSynchronizedFilter

Visual C++ (MFC):

class CTTLCounter : public CTTLBasicClockedSynchronizedFilter

C# (.NET):

public ref class Counter : Mitov.TimingLab.BasicClockedSynchronizedFilter

Summary

Counts events.

Description

Use this component to implement a Counter.

A Counter can be used to count events. To reset the Counter call the Reset() method.

The current count will be sent to the OutputPin.


Diagram:

TLCounter Preview.png

Methods

Public

Pins

Events

From TTLBasicClockedSynchronizedFilter

Properties

Published

From TTLBasicClockedFilter

Pins

From TSLBasicEnableFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox