Define SDV_INTERFACE_CHECK_CONDITION#
Defined in File interface_ptr.h
Define Documentation#
-
SDV_INTERFACE_CHECK_CONDITION(condition)#
Conditional check; when true continue the checking for interfaces.
- Parameters:
condition – The condition to be checked. When ‘false’ processing will be stopped; otherwise processing continues. Example:
SDV_INTERFACE_CHECK_CONDITION(CheckFunc())