coTfsSDOAddAccAbortCode (Level 2)
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DENote
The extended SDO abort handling feature is not supported on using the following functions:- coTfsODChk
- coTfsODChkNotExist
- coTfsODChkSingleEntry
- coTfsODChkSingleEntryNotExist
- coTfsODChkStdEntries
Function Syntax
Description
The function adds an abort code to the internal list of accepted abort codes for testing devices. If the DUT (Device under test) responds with one of the abort codes in the list, the test is set to passed. The functions must be called before executing SDO downloads or uploads.Parameters
-
abortCode: Abort code that is added to the internal list
Note: These reserved values are deprecated and replaced by values of coTfsSDOSetAbortControl:
0x00000000: a correct response of the DUT is not accepted0xFFFFFFFF: each abort code is accepted
-
definedByStandard:
0: the abort code is interpreted as a user-specific abort code and marked with “Warning” in the test report, default!=0: the abort code is interpreted as a standard abort code and marked with “Pass” in the test report