8#include "Arp/Io/ProfinetStack/Controller/Services/AlarmInfo.hpp"
9#include "Arp/Io/ProfinetStack/Controller/Services/AlarmServiceProxyFactory.hpp"
10#include "Arp/System/Rsc/Services/IRscService.hpp"
14namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
30 using Ptr = std::shared_ptr<IAlarmService>;
37 static IRscServiceProxyFactory& GetProxyFactory(
void);
65inline IRscServiceProxyFactory& IAlarmService::GetProxyFactory()
67 return AlarmServiceProxyFactory::GetInstance();
This structure contains all information about a received alarm. For more information read the PROFINE...
Definition: AlarmInfo.hpp:26
Use this service to work receive PROFINET alarms
Definition: IAlarmService.hpp:28
virtual uint32 ReceiveAlarm(uint32 id, AlarmInfo &alarmInfo)=0
Receive a PROFINET alarm
IAlarmService(void)=default
Constructs an IAlarmService instance.
virtual void EnableAutoAlarmAcknowledge(boolean value)=0
Change setting of automatic alarm acknowledge.
Base interface for all Rsc service interface.
Definition: IRscService.hpp:20
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:36
Namespace for classes and interfaces for the Remote Service Call implementation
Root namespace for the PLCnext API