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;
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.
Root namespace for the PLCnext API
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
System components used by the System, Device, Plc or Io domains.
IRscService(void)=default
Constructs an IRscService instance.