8 #include "Arp/System/Rsc/Services/IRscService.hpp" 9 #include "AcyclicCommunicationServiceProxyFactory.hpp" 10 #include "RecordParam.hpp" 11 #include "RecordResult.hpp" 16 namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
28 using Ptr = std::shared_ptr<IAcyclicCommunicationService>;
35 static IRscServiceProxyFactory& GetProxyFactory(
void);
69 inline IRscServiceProxyFactory& IAcyclicCommunicationService::GetProxyFactory()
71 return AcyclicCommunicationServiceProxyFactory::GetInstance();
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:9
Use this service for acyclic PROFINET communication
Definition: IAcyclicCommunicationService.hpp:25
Result of the record service
Definition: RecordResult.hpp:23
Root namespace for the PLCnext API
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
Parameter to address a module. Use either the Node ID or the address consisting the station name...
Definition: RecordParam.hpp:25