8 #include "Arp/System/Rsc/Services/IRscService.hpp" 9 #include "AlarmServiceProxyFactory.hpp" 10 #include "AlarmInfo.hpp" 14 namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
26 typedef std::shared_ptr<IAlarmService> Ptr;
35 static IRscServiceProxyFactory& GetProxyFactory(
void);
58 virtual void EnableAutoAlarmAcknowledge(
boolean value) = 0;
75 inline IRscServiceProxyFactory& IAlarmService::GetProxyFactory()
77 return AlarmServiceProxyFactory::GetInstance();
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:9
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
This structure contains all information about a received alarm. For more information read the PROFINE...
Definition: AlarmInfo.hpp:25
Use this service to work receive PROFINET alarms
Definition: IAlarmService.hpp:23
Root namespace for the PLCnext API
virtual ~IAlarmService(void)
Destructs this instance and frees all resouces.
Definition: IAlarmService.hpp:71
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
IAlarmService(void)
Constructs an IAlarmService instance.
Definition: IAlarmService.hpp:67