Skip to main content

coTfsODChkStdEntries (Level 3)

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE

Function Syntax

long coTfsODChkStdEntries( void );

Description

The function executes a standard test of the object dictionary. For a description of the object check, see coTfsODChkSingleEntry.

Parameters

Return Values

Error code

Example

if (coTfsODChkStdEntries() != 1) {
  write("std object dictionary check failed");
} 
else {
  write("std object dictionary check passed");
}