8#include "Arp/Io/ProfinetStack/Controller/Services/ArManagementServiceProxyFactory.hpp"
9#include "Arp/System/Rsc/Services/IRscService.hpp"
10#include "Arp/System/Rsc/Services/RscString.hxx"
14namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
30 using Ptr = std::shared_ptr<IArManagementService>;
37 static IRscServiceProxyFactory& GetProxyFactory(
void);
76inline IRscServiceProxyFactory& IArManagementService::GetProxyFactory()
78 return ArManagementServiceProxyFactory::GetInstance();
Use this service to manage PROFINET Application Relationships (AR)
Definition: IArManagementService.hpp:28
virtual uint32 StopAr(const RscString< 512 > &stationName, uint32 &arState)=0
virtual uint32 GetArState(const RscString< 512 > &stationName, uint32 &arState)=0
IArManagementService(void)=default
Constructs an IArManagementService instance.
virtual uint32 StartAr(const RscString< 512 > &stationName, uint32 &arState)=0
Base interface for all Rsc service interface.
Definition: IRscService.hpp:20
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:36
Namespace for classes and interfaces for the Remote Service Call implementation
Root namespace for the PLCnext API