PLCnext API Documentation 25.0.2.69
IDataTraverserService.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/Rsc/Commons/IRscService.hpp"
10#include "Arp/Base/Rsc/Commons/IRscReadEnumerator.hxx"
11#include "Arp/Base/Rsc/Commons/IRscWriteEnumerator.hxx"
12#include "Arp/Base/Core/delegate.hxx"
13#include <vector>
14#include "Arp/Base/Rsc/Commons/RscString.hxx"
15
16// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED BY IDataTraverserService.cs
17
19{
20
21using namespace Arp::Base::Rsc::Commons;
22
29class ARP_EXPORT IDataTraverserService : public IRscService
30{
31public: // usings
32 using Ptr = std::shared_ptr<IDataTraverserService>;
34
35public: // construction/destruction
37 IDataTraverserService(void) = default;
38
39public: // static policy operation
40 static IRscServiceProxyFactory& GetProxyFactory(void);
41
42public: // abstract operations
46 virtual void FindInstancesByTypename(const std::vector<RscString<512>>& typeNames, FindInstancesByTypenameResultDelegate resultDelegate) = 0;
47};
48
49} // end of namespace Arp::Plc::Meta::Services
Prototyping of delegate template.
Definition: delegate.hxx:14
Interface for reading a arrays or enumerations.
Definition: IRscReadEnumerator.hxx:19
This is the base interface of all Rsc services.
Definition: IRscService.hpp:22
std::shared_ptr< IRscService > Ptr
The shared_ptr type of IRscService.
Definition: IRscService.hpp:25
Interface for service proxy factories to create service proxies used by RSC clients.
Definition: IRscServiceProxyFactory.hpp:22
Arp.Plc.Meta.Services.IDataTraverserService interface
Definition: IDataTraverserService.hpp:30
virtual void FindInstancesByTypename(const std::vector< RscString< 512 > > &typeNames, FindInstancesByTypenameResultDelegate resultDelegate)=0
Gets the full qualified name of instances of a type
IDataTraverserService(void)=default
Constructs an IDataTraverserService instance.
Namespace for services of the Meta component