8 #include "Arp/System/Rsc/Services/IRscService.hpp" 9 #include "TextLookupServiceProxyFactory.hpp" 10 #include "Arp/System/Rsc/Services/RscString.hxx" 11 #include "ChannelErrorTypeInfo.hpp" 12 #include "ChannelProcessAlarmReasonInfo.hpp" 13 #include "DeviceIdentityInfo.hpp" 14 #include "NodeIdentityInfo.hpp" 18 namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
34 using Ptr = std::shared_ptr<ITextLookupService>;
41 static IRscServiceProxyFactory& GetProxyFactory(
void);
87 inline IRscServiceProxyFactory& ITextLookupService::GetProxyFactory()
89 return TextLookupServiceProxyFactory::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 struct contains the vendor name and the device name of one device
Definition: DeviceIdentityInfo.hpp:24
Contains the ident numbers and names the corresponding module and submodule of a node.
Definition: NodeIdentityInfo.hpp:24
Root namespace for the PLCnext API
This struct contains the name and help texts to a diagnosis process alarm reason. ...
Definition: ChannelProcessAlarmReasonInfo.hpp:24
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
This struct contains the name and help texts to a diagnosis error type.
Definition: ChannelErrorTypeInfo.hpp:24
This service offers methods to look up texts for the configured devices. The device specific texts ne...
Definition: ITextLookupService.hpp:31
Contains a static string with string lentgh up to N characters. The string has to be null terminated...
Definition: RscString.hxx:18