Class TLCounter.TTLCounter
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 TTLCounter : 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.