7#include "Arp/System/Rsc/Services/Rsc.h"
9namespace Arp {
namespace System {
namespace Rsc {
namespace Services
13class IRscServiceProxy;
20class IRscServiceProxyFactory
23 typedef std::shared_ptr<IRscServiceProxyFactory> Ptr;
27 IRscServiceProxyFactory(
void) =
default;
29 virtual ~IRscServiceProxyFactory(
void) =
default;
32 virtual const char* GetServiceName(
void)
const = 0;
33 virtual const char* GetServiceProviderName(
void)
const = 0;
34 virtual IRscServiceProxy* CreateServiceProxy(RscHandle providerHandle, RscHandle remotingServiceHandle, RscClient& client) = 0;
37 IRscServiceProxyFactory(
const IRscServiceProxyFactory& arg);
38 IRscServiceProxyFactory& operator=(
const IRscServiceProxyFactory& arg);
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API