Please enable JavaScript to view this site.

Coverage Validator Help

Navigation: API > Native API Reference

Data Collection

Scroll Prev Top Next More

 

cvSetCollect()

 

Enables or disables data collection - i.e. whether data is sent to Coverage Validator from your target application.

 

extern "C" 
void cvSetCollect(int enable); // TRUE to enable, FALSE to disable

 

 

cvGetCollect()

 

Returns whether data collection is on.

 

extern "C" 
int cvGetCollect();                 // Returns TRUE or FALSE