Skip to content

C API ZIPIDVector StructΒΆ

Name Type Description
timeStamp ZITimeStamp Timestamp of the PID vector. This timestamp maps to the time the PID vector was assembled on the device.
numSamples uint32_t Number of samples in the PID vector.
header ZIPIDVectorHeader Header information.
value double * PID value samples.
error double * PID error samples.