8 #include "Arp/System/Rsc/Services/IRscService.hpp" 9 #include "DiagnosisQueryServiceProxyFactory.hpp" 10 #include "ChannelQualifier.hpp" 11 #include "DiagnosisItem.hpp" 12 #include "DiagnosisSource.hpp" 13 #include "FilterLevel.hpp" 18 namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
31 using Ptr = std::shared_ptr<IDiagnosisQueryService>;
38 static IRscServiceProxyFactory& GetProxyFactory(
void);
61 inline IRscServiceProxyFactory& IDiagnosisQueryService::GetProxyFactory()
63 return DiagnosisQueryServiceProxyFactory::GetInstance();
This services allows access to the diagnosis informationen of the subordinated devices. The diagnosis information of the related submodules are shadowed in a local data base.
Definition: IDiagnosisQueryService.hpp:28
Contains the information where a diagnosis is located on the device according to "Guideline for PROFI...
Definition: DiagnosisSource.hpp:24
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:9
All stored diagnoses sources will be returned.
Root namespace for the PLCnext API
Base interface for all Rsc service interface.
Definition: IRscService.hpp:18
Normal severity, used if diagnosis is not QualifiedChannelDiagnosis
FilterLevel
Used to determine which values of Arp.Io.ProfinetStack.Controller.Services.DiagnosisSource are used t...
Definition: FilterLevel.hpp:20
ChannelQualifier
Describes diagnosis severity.
Definition: ChannelQualifier.hpp:20