CNiIviDriverOperation::ResetInterchangeCheck

Measurement Studio IVI

Class
CNiIviDriverOperation::
ResetInterchangeCheck()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: InvalidateAllPropertiesNext page: CNiIviDriverOperation    
Public Function Declared in:
NiIviDriver.h

'Declaration' icon -- Shortcut to top of page. Declaration

inline void ResetInterchangeCheck();

'Description' icon -- Shortcut to top of page. Description

Causes interchangeability checking algorithms in the specific driver to ignore all previous configuration operations. By calling this function at the beginning of a test module, you can determine if the test module has dependencies on the operation of previously executed test modules.

This function does not clear the interchangeability warnings from the list of previously recorded interchangeability warnings. If you want to guarantee that the GetNextInterchangeWarning function returns only those interchangeability warnings that are generated after calling this function, you must clear the list of interchangeability warnings by either retrieving all previous warnings with GetNextInterchangeWarning or by clearing the list with ClearInterchangeWarnings.

'See Also' icon -- Shortcut to top of page. See Also