Enum ILAnalogInstrument.TILTimeSource
From Mitov Wiki Doc
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: InstrumentLabPkg
Unit: ILAnalogInstrument
Contents |
Syntax
Delphi:
type TILTimeSource = (tsCurrentTime, tsValue);
C++ Builder:
enum TILTimeSource {tsCurrentTime, tsValue};
Visual C++ (MFC):
enum CTILTimeSource {tsCurrentTime, tsValue};
Summary
Enumeration for time sources.
Description
Defines enumeration for time sources.
Values
tsCurrentTime | Use current time. |
tsValue | Use custom value. |