Class TLCounter.TTLCounter
|  (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'''  | + | '''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.
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:
Methods
Public
- procedure Reset() - Resets the counter.
Pins
- OutputPin - The output pin of the component.
Events
- OnResult - Occurs when the count is calculated.
From TTLBasicClockedSynchronizedFilter
Properties
Published
- SynchronizeType - Specifies the type of thread buffer synchronization.
From TTLBasicClockedFilter
Pins
- ClockInputPin - The Input Pin of the component.




