PLCnext API Documentation 23.0.2.9
ArpVersion.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
7#include "Arp.h"
9
11#define ARP_VERSION_CURRENT Arp::Version(ARP_VERSION_MAJOR, ARP_VERSION_MINOR, ARP_VERSION_PATCH, ARP_VERSION_BUILD, ARP_VERSION_STATE, ARP_VERSION_NAME)
12
13namespace Arp
14{
15
18{
19public: // static fields
20
23};
24
26// inline methods of class ArpVersion
27
28} // end of namespace Arp::System::Core
This class provides the actual Arp version.
Definition: ArpVersion.hpp:18
static Version Current
The actual Arp/SDK version used and set by the build process.
Definition: ArpVersion.hpp:22
This class represents the version of a special SDK or Arp build.
Definition: BasicVersion.hpp:35
Root namespace for the PLCnext API