PLCnext API Documentation  22.9.0.33
NotificationLoggerServiceProxyFactory.hpp
1 //
3 // Copyright PHOENIX CONTACT Electronics GmbH
4 //
6 #pragma once
7 #include "Arp/System/Core/Arp.h"
8 #include "Arp/System/Rsc/Services/RscServiceProxyFactoryBase.hpp"
9 #include "Arp/System/Rsc/Services/IRscServiceProxy.hpp"
10 
11 // DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED BY INotificationLoggerService.cs
12 
13 namespace Arp { namespace Services { namespace NotificationLogger { namespace Services
14 {
15 
16 using namespace Arp::System::Rsc::Services;
17 
19 class NotificationLoggerServiceProxyFactory : public RscServiceProxyFactoryBase
20 {
21 public: // construction/destruction
24 
25 public: // static singleton operation
26  ARP_EXPORT static NotificationLoggerServiceProxyFactory& GetInstance(void);
27 
28 public: // IServiceProxyFactory operations
29  ARP_EXPORT IRscServiceProxy* CreateServiceProxy(RscHandle providerHandle, RscHandle serviceHandle, RscClient& client)override;
30 };
31 
33 // inline methods of class NotificationLoggerServiceProxyFactory
35  : Base("Arp.Services.NotificationLogger.Services.INotificationLoggerService", "Arp")
36 {
37 }
38 
39 }}}} // end of namespace Arp::Services::NotificationLogger::Services
40 
Proxy factory class of service INotificationLoggerService
Definition: NotificationLoggerServiceProxyFactory.hpp:20
NotificationLoggerServiceProxyFactory(void)
Constructs an instance of type NotificationLoggerServiceProxyFactory
Definition: NotificationLoggerServiceProxyFactory.hpp:34
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:10
Root namespace for the PLCnext API