CanEasy COM-Help
CanEasy::ICompareTimer Interface Reference
Inheritance diagram for CanEasy::ICompareTimer:
CanEasy::ITimer

Detailed Description

The compare timer can be used to produce timer events by a list of time values. It can also be used to replay recordings from ICaptureTimer

interface ICompareTimer : ITimer
{
HRESULT CompareList([out, retval] VARIANT *pVal);
HRESULT CompareList([in] VARIANT vNewVal);
HRESULT IntervalLap([out, retval] long* pVal);
};

Definition at line 7109 of file cand_tlb.idl.

Property Documentation

◆ CompareList

VARIANT CanEasy::ICompareTimer::CompareList
getset

List of timestamps as double array (in hours).

◆ IntervalLap

long CanEasy::ICompareTimer::IntervalLap
get

Returns the number of intervals (repetitions)

CanEasy::ICompareTimer::CompareList
VARIANT CompareList
CanEasy::ICompareTimer::IntervalLap
long IntervalLap