8#include "Arp/Base/Rsc/Commons/Rsc.hpp" 
    9#include "Arp/Base/Rsc/Commons/IRscService.hpp" 
   11#include "Arp/Io/Profibus/Services/RecordParameters.hpp" 
   12#include "Arp/Io/Profibus/Services/RecordResult.hpp" 
   19using namespace Arp::Base::Rsc::Commons;
 
   31    using Ptr = std::shared_ptr<IAcyclicCommunicationService>;
 
This is the base interface of all Rsc services.
Definition: IRscService.hpp:22
 
std::shared_ptr< IRscService > Ptr
The shared_ptr type of IRscService.
Definition: IRscService.hpp:25
 
Interface for service proxy factories to create service proxies used by RSC clients.
Definition: IRscServiceProxyFactory.hpp:22
 
virtual RecordResult ReadRecord(const RecordParameters ¶meters, std::vector< byte > &data)=0
Reads object from Profibus module
 
virtual RecordResult WriteRecord(const RecordParameters ¶meters, const std::vector< byte > &data)=0
Writes object to Profibus module
 
IAcyclicCommunicationService(void)=default
Constructs an IAcyclicCommunicationService instance.
 
Parameters to address a module.
Definition: RecordParameters.hpp:25
 
Use this service for acyclic PROFINET communication
Definition: IAcyclicCommunicationService.hpp:29
 
Result of the record service
Definition: RecordResult.hpp:24
 
Namespace for Profibus services