8#include "Arp/System/Rsc/Services/Rsc.h"
9#include "Arp/System/Rsc/Services/RscServerContext.hpp"
11namespace Arp {
namespace System {
namespace Rsc {
namespace Services
21 typedef std::shared_ptr<IRscServiceStub> Ptr;
25 IRscServiceStub(
void) =
default;
27 virtual ~IRscServiceStub(
void) =
default;
30 virtual void Invoke(
int methodHandle, RscServerContext& context) = 0;
33 IRscServiceStub(
const IRscServiceStub& arg) =
delete;
34 IRscServiceStub& operator=(
const IRscServiceStub& arg) =
delete;
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API