TSignalWrite::RecordTime Property

__declspec(property(get = GetRecordTime, put = SetRecordTime)) double RecordTime;

Read only. Returns the length in seconds of the Data written so far in the current record per channel.

Read: double GetRecordTime();
Write: void SetRecordTime(const double Value);
Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler