9#include "Arp/Io/ProfinetStack/Controller/Services/AcyclicCommunicationServiceProxyFactory.hpp"
10#include "Arp/Io/ProfinetStack/Controller/Services/RecordParam.hpp"
11#include "Arp/Io/ProfinetStack/Controller/Services/RecordResult.hpp"
12#include "Arp/System/Rsc/Services/IRscService.hpp"
16namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
32 using Ptr = std::shared_ptr<IAcyclicCommunicationService>;
39 static IRscServiceProxyFactory& GetProxyFactory(
void);
75inline IRscServiceProxyFactory& IAcyclicCommunicationService::GetProxyFactory()
77 return AcyclicCommunicationServiceProxyFactory::GetInstance();
Use this service for acyclic PROFINET communication
Definition: IAcyclicCommunicationService.hpp:30
virtual RecordResult RecordWrite(const RecordParam &recordParam, const std::vector< byte > &data)=0
Write data on a device module (blocking mode)
virtual RecordResult RecordRead(const RecordParam &recordParam, std::vector< byte > &data)=0
Read data from a device module (blocking mode)
IAcyclicCommunicationService(void)=default
Constructs an IAcyclicCommunicationService instance.
Parameter to address a module. Use either the Node ID or the address consisting the station name,...
Definition: RecordParam.hpp:26
Result of the record service
Definition: RecordResult.hpp:24
Base interface for all Rsc service interface.
Definition: IRscService.hpp:20
Namespace for classes and interfaces for the Remote Service Call implementation
Root namespace for the PLCnext API