9#include "Arp/Io/ProfinetStack/Controller/Services/ArStatisticServiceProxyFactory.hpp"
10#include "Arp/Io/ProfinetStack/Controller/Services/ArStatisticValue.hpp"
11#include "Arp/System/Rsc/Services/IRscService.hpp"
12#include "Arp/System/Rsc/Services/RscString.hxx"
16namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
32 using Ptr = std::shared_ptr<IArStatisticService>;
39 static IRscServiceProxyFactory& GetProxyFactory(
void);
70inline IRscServiceProxyFactory& IArStatisticService::GetProxyFactory()
72 return ArStatisticServiceProxyFactory::GetInstance();
Contains statistic values of one application relation
Definition: ArStatisticValue.hpp:25
This services provides statistic values for Profinet application relations (AR)
Definition: IArStatisticService.hpp:30
virtual ArStatisticValue Read(const RscString< 256 > &stationName)=0
Returns statistic values of one profinet device referenced by given station name. If the station name...
virtual std::vector< ArStatisticValue > ReadChanges()=0
Returns statistic values of all profinet devices with changed values since last call of ReadChanges o...
virtual uint32 ReadMissedFramesGlobal()=0
Returns the sum of all missed frames over all configured profinet devices.
virtual void Reset()=0
Resets missed frames global to 0. Also resets connection count and missed frames total of all configu...
IArStatisticService(void)=default
Constructs an IArStatisticService instance.
Base interface for all Rsc service interface.
Definition: IRscService.hpp:20
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:36
Namespace for classes and interfaces for the Remote Service Call implementation
Root namespace for the PLCnext API