COVerBuild
Description
This function returns the build version number value. The version number is encoded in the following way:
...
The following example uses the build version of the CANopen stack to implement an application, which is independent from specific features of version.
Code Block | ||
---|---|---|
| ||
:
if (<code>COVerBuild()</code> == 0) {
/* do some compatibility stuff */
}
: |