8#include "Arp/System/Rsc/Services/Rsc.h"
9#include "Arp/System/Rsc/Services/IRscService.hpp"
11namespace Arp {
namespace System {
namespace Rsc {
namespace Services
21class IRscServiceProxy :
public IRscService
23 friend class RscClient;
26 using Ptr = std::shared_ptr<IRscServiceProxy>;
30 IRscServiceProxy(
void) =
default;
32 virtual ~IRscServiceProxy(
void) =
default;
35 virtual RscHandle GetServiceHandle(
void) = 0;
36 virtual RscHandle GetServiceProviderHandle(
void) = 0;
37 virtual void ReadServiceHandle(
void) = 0;
40 IRscServiceProxy(
const IRscServiceProxy& arg) =
delete;
41 IRscServiceProxy& operator=(
const IRscServiceProxy& arg) =
delete;
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API