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
Returns whether data collection is on.
extern "C"
int cvGetCollect(); // Returns TRUE or FALSE