PLCnext API Documentation 25.0.2.69
Macros
ArpVersion.Abi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ARP_ABI_VERSION_NAME   "2.0.0"
 Defines the ARP SDK ABI (Application Binary Interface) version name as string.
 
#define ARP_ABI_VERSION_MAJOR   2
 The definition of the ARP SDK ABI major version. The ABI major version is increased, if any code changes were made in the SDK interface, e.g. classes or operations has been removed or modified, which requires a recompile.
 
#define ARP_ABI_VERSION_MINOR   0
 The definition of the ARP SDK ABI minor version. The ABI minor version is increased, if any changes were made, which causes a modified behaviour of any SDK operations.
 
#define ARP_ABI_VERSION_PATCH   0
 The definition of the ARP SDK ABI patch version. The ABI patch version is increased, if any changes were made, which fixes an erroneous behaviour of any SDK operations.
 

Detailed Description

Defines the ARP SDK ABI (Application Binary Interface) version info.