Class TLClockGen.TTLBasicClock
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(2 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' BasicClock : [[Class TLBasicTimingFilter.TTLBasicClockedFilter|Mitov.TimingLab.BasicClockedFilter]] |
</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: TLClockGen
Inherits: TTLBasicClockedFilter
Contents |
Syntax
Delphi:
type TTLBasicClock = class( TTLBasicClockedFilter )
C++ Builder:
class TTLBasicClock : public TTLBasicClockedFilter
Visual C++ (MFC):
class CTTLBasicClock : public CTTLBasicClockedFilter
C# (.NET):
public ref class BasicClock : Mitov.TimingLab.BasicClockedFilter
Summary
Basic abstract class for some timing filters.
Description
This is a basic abstract class for some timing filters.
Methods
Public
- procedure Pump() - Generates a clock event if enabled and ClockSource is csExternal.
- procedure Start() - Starts the generator.
- procedure Stop() - Stops the generator.
From TTLBasicClockedFilter
Pins
- ClockInputPin - The Input Pin of the component.