Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

COVerChange

Description

This function returns the change number value. The version number is encoded in the following way:

...

The following example uses the change version of the CANopen stack to implement an application, which is independent from specific features of version.


Code Block
languagecpp
    :
    if (<code>COVerChange()</code> == 24153) {
        /* do some compatibility stuff */
    }
    :