8 #include "Arp/System/Rsc/Services/IRscService.hpp" 9 #include "ArManagementServiceProxyFactory.hpp" 10 #include "Arp/System/Rsc/Services/RscString.hxx" 14 namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
26 typedef std::shared_ptr<IArManagementService> Ptr;
35 static IRscServiceProxyFactory& GetProxyFactory(
void);
86 inline IRscServiceProxyFactory& IArManagementService::GetProxyFactory()
88 return ArManagementServiceProxyFactory::GetInstance();
virtual ~IArManagementService(void)
Destructs this instance and frees all resouces.
Definition: IArManagementService.hpp:82
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:9
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Use this service to manage PROFINET Application Relationships (AR)
Definition: IArManagementService.hpp:23
Root namespace for the PLCnext API
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
IArManagementService(void)
Constructs an IArManagementService instance.
Definition: IArManagementService.hpp:78