1.1.4.37 DRV_METROLOGY_CaptureCheckIsWrap Function
C
bool DRV_METROLOGY_CaptureCheckIsWrap(void);SummaryCapture buffer overflown and wrapped.
DescriptionCheck if buffer used to capture samples has overflown and wrapped at least once.
ParametersNone.
ReturnsTrue if the capture buffer has wrapped at least once.
Example if (DRV_METROLOGY_CaptureCheckIsWrap() == true)
{
SYS_CMD_MESSAGE("Waveform capture buffer is wrapped\r\n");
}RemarksNone.
