8#include "Arp/Base/Rsc/Commons/Rsc.hpp" 
    9#include "Arp/Base/Rsc/Commons/IRscService.hpp" 
   11#include "Arp/Base/Rsc/Commons/RscString.hxx" 
   12#include "Arp/Base/Rsc/Commons/RscVariant.hxx" 
   13#include "Arp/Io/ProfinetStack/System/Services/ConfigurationErrorCode.hpp" 
   20using namespace Arp::Base::Rsc::Commons;
 
   38    using Ptr = std::shared_ptr<IConfigurationService>;
 
This is the base interface of all Rsc services.
Definition: IRscService.hpp:22
 
std::shared_ptr< IRscService > Ptr
The shared_ptr type of IRscService.
Definition: IRscService.hpp:25
 
Interface for service proxy factories to create service proxies used by RSC clients.
Definition: IRscServiceProxyFactory.hpp:22
 
This service read and writes different configuration options to the profinet system.
Definition: IConfigurationService.hpp:36
 
virtual std::vector< RscString< 512 > > GetDeviceNames()=0
Gets the instance names of all registered profinet devices.
 
virtual ConfigurationErrorCode Write(const RscString< 512 > &name, const RscVariant< 512 > &value)=0
Writes one configuration to the profinet system.
 
virtual RscString< 512 > GetControllerName()=0
Gets the instance name of the profinet controller. If no controller is registered returns an empty st...
 
IConfigurationService(void)=default
Constructs an IConfigurationService instance.
 
virtual ConfigurationErrorCode Read(const RscString< 512 > &name, RscVariant< 512 > &value)=0
Reads one configuration from the profinet system.
 
Namespace for Profinet I/O system services
 
ConfigurationErrorCode
This enumeration defines errors codes of the Arp.Io.ProfinetStack.System.Services....
Definition: ConfigurationErrorCode.hpp:19