CNVCheckDataQuality
int CNVCheckDataQuality (CNVDataQuality quality, int *good);
Purpose
Checks whether the data is of good quality.
Parameters
Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
quality | CNVDataQuality | The quality of data. The quality value can be one of the following values or a bitwise OR-ed combination of two or more of the following values. The quality value is zero if you do not set any of the following bits.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Output | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
good | int | Returns a value specifying whether the data is of good quality. CNVCheckDataQuality returns non-zero if the quality is good and returns zero otherwise. |
Return Value
Name | Type | Description |
status | int | Return value indicating whether the function was successful. One indicates that a next item was found, zero indicates that a next item was not found, and a negative number indicates that an error occurred. You can call CNVGetErrorDescription to obtain a string that describes the error. |
Additional Information
Library: Network Variable Library
Include file: cvinetv.h
LabWindows/CVI compatibility: LabWindows/CVI 8.1 and later