9 #include "Arp/Io/ProfinetStack/Controller/Services/ChannelQualifier.hpp"
10 #include "Arp/Io/ProfinetStack/Controller/Services/DiagnosisItem.hpp"
11 #include "Arp/Io/ProfinetStack/Controller/Services/DiagnosisQueryServiceProxyFactory.hpp"
12 #include "Arp/Io/ProfinetStack/Controller/Services/DiagnosisSource.hpp"
13 #include "Arp/Io/ProfinetStack/Controller/Services/FilterLevel.hpp"
14 #include "Arp/System/Rsc/Services/IRscService.hpp"
18 namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
32 using Ptr = std::shared_ptr<IDiagnosisQueryService>;
39 static IRscServiceProxyFactory& GetProxyFactory(
void);
62 inline IRscServiceProxyFactory& IDiagnosisQueryService::GetProxyFactory()
64 return DiagnosisQueryServiceProxyFactory::GetInstance();
Contains the information where a diagnosis is located on the device according to "Guideline for PROFI...
Definition: DiagnosisSource.hpp:25
This services allows access to the diagnosis informationen of the subordinated devices....
Definition: IDiagnosisQueryService.hpp:30
IDiagnosisQueryService(void)=default
Constructs an IDiagnosisQueryService instance.
virtual std::vector< DiagnosisItem > Query(const DiagnosisSource &source, FilterLevel filterLevel=FilterLevel::None, ChannelQualifier filterSeverity=ChannelQualifier::Normal)=0
Gets all diagnoses filtered by !:filterLevel and !:filterSeverity;
Base interface for all Rsc service interface.
Definition: IRscService.hpp:19
ChannelQualifier
Describes diagnosis severity.
Definition: ChannelQualifier.hpp:19
@ Normal
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:19
@ None
All stored diagnoses sources will be returned.
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:10
Root namespace for the PLCnext API