8 #include "Arp/System/Rsc/Services/IRscService.hpp" 9 #include "AddressConversionServiceProxyFactory.hpp" 10 #include "ProfinetAddress.hpp" 14 namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
26 typedef std::shared_ptr<IAddressConversionService> Ptr;
35 static IRscServiceProxyFactory& GetProxyFactory(
void);
77 inline IRscServiceProxyFactory& IAddressConversionService::GetProxyFactory()
79 return AddressConversionServiceProxyFactory::GetInstance();
This structure contains all parameters of a PROFINET address
Definition: ProfinetAddress.hpp:24
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 for conversion of addresses and node IDs
Definition: IAddressConversionService.hpp:23
Root namespace for the PLCnext API
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
IAddressConversionService(void)
Constructs an IAddressConversionService instance.
Definition: IAddressConversionService.hpp:69
virtual ~IAddressConversionService(void)
Destructs this instance and frees all resouces.
Definition: IAddressConversionService.hpp:73