8#include "Arp/System/Commons/Runtime/Capability.hpp"
10namespace Arp {
namespace System {
namespace Commons {
namespace Runtime
17 using Capabilities = std::vector<Capability>;
34 Capabilities capabilities;
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
This class contains all information of the process configuration.
Definition: ProcessConfiguration.hpp:15
const Capabilities & GetCapabilities(void) const &
Gets the capabilities of this configuration.
Definition: ProcessConfiguration.cpp:38
const String & GetUserName(void) const &
Gets the user name of this configuration.
Definition: ProcessConfiguration.cpp:24
const String & GetGroupName(void) const &
Gets the group name of this configuration.
Definition: ProcessConfiguration.cpp:31
ProcessConfiguration(void)=default
The default constructor.
Root namespace for the PLCnext API