7 #include "Arp/System/Rsc/Services/Rsc.h"
9 namespace Arp {
namespace System {
namespace Rsc {
namespace Services
13 class IRscServiceProxyFactory;
21 typedef std::shared_ptr<IRscService> Ptr;
Base interface for all Rsc service interface.
Definition: IRscService.hpp:19
IRscService(void)=default
Constructs an IRscService instance.
static IRscServiceProxyFactory & GetProxyFactory(void)
Returns a reference to service proxy factory to create a proxy instance of the service
virtual ~IRscService(void)=default
Destructs this instance and frees all resouces.
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API