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 typedef std::shared_ptr<IAcyclicCommunicationService> Ptr;
37 static IRscServiceProxyFactory& GetProxyFactory(
void);
83 inline IRscServiceProxyFactory& IAcyclicCommunicationService::GetProxyFactory()
85 return AcyclicCommunicationServiceProxyFactory::GetInstance();
Namespace for classes and interfaces for the Remote Service Call implementation
Use this service for acyclic PROFINET communication
Definition: IAcyclicCommunicationService.hpp:25
Parameter to address a module. Use either the Node ID or the address consisting the station name...
Definition: RecordParam.hpp:25
Root namespace for the PLCnext API
Result of the record service
Definition: RecordResult.hpp:23
IAcyclicCommunicationService(void)
Constructs an IAcyclicCommunicationService instance.
Definition: IAcyclicCommunicationService.hpp:75
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
virtual ~IAcyclicCommunicationService(void)
Destructs this instance and frees all resouces.
Definition: IAcyclicCommunicationService.hpp:79