Class TLStopWatch.TTLStopWatch

From Mitov Wiki Doc
Jump to: navigation, search

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.

BIGTLStopWatch.gif TLStopWatch.gif NETTLStopWatch.gif

Package: TimingLabBasicPkg

Unit: TLStopWatch

Inherits: TSLBasicEnableFilter

Contents

Syntax

Delphi:

type TTLStopWatch = class( TSLBasicEnableFilter )

C++ Builder:

class TTLStopWatch : public TSLBasicEnableFilter

Visual C++ (MFC):

class CTTLStopWatch : public CTSLBasicEnableFilter

C# (.NET):

public ref class StopWatch : Mitov.TimingLab.BasicEnableFilter

Summary

Measures time intervals.

Description

Use this component to implement a Stop Watch.

A Stop Watch can be used to measure time intervals. To start the StopWatch call the Start() method. To stop it call the Stop() method.

Once the Stop() is called the stop watch will send the measured value to its OutputPin.


Diagram:

TLStopWatch Preview.png

Properties

Published

Methods

Public

Pins

Events

From TSLBasicEnableFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox