8 #include "Arp/System/Rsc/Services/IRscService.hpp" 9 #include "DeviceControlServiceProxyFactory.hpp" 10 #include "AccessErrorCode.hpp" 14 namespace Arp {
namespace Device {
namespace Interface {
namespace Services
26 typedef std::shared_ptr<IDeviceControlService> Ptr;
35 static IRscServiceProxyFactory& GetProxyFactory(
void);
41 virtual void RestartDevice() = 0;
80 inline IRscServiceProxyFactory& IDeviceControlService::GetProxyFactory()
82 return DeviceControlServiceProxyFactory::GetInstance();
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:9
Use this service to control the device.
Definition: IDeviceControlService.hpp:23
IDeviceControlService(void)
Constructs an IDeviceControlService instance.
Definition: IDeviceControlService.hpp:72
virtual ~IDeviceControlService(void)
Destructs this instance and frees all resouces.
Definition: IDeviceControlService.hpp:76
Root namespace for the PLCnext API
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:31
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
AccessErrorCode
Enumeration for error codes returned from Device.Interface.Services.
Definition: AccessErrorCode.hpp:20