PLCnext API Documentation 25.0.2.69
|
Provides information about the loaded components More...
#include <ISystemInfoService.hpp>
Public Types | |
using | Ptr = std::shared_ptr< ISystemInfoService > |
![]() | |
using | Ptr = std::shared_ptr< IRscService > |
The shared_ptr type of IRscService. | |
Public Member Functions | |
ISystemInfoService (void)=default | |
Constructs an ISystemInfoService instance. | |
virtual ComponentInfo | GetComponentInfo (const RscString< 512 > &componentName)=0 |
Returns information about a loaded component More... | |
virtual std::vector< ComponentInfo > | GetComponentInfos ()=0 |
Returns information about all loaded component More... | |
virtual RscString< 512 > | GetLibraryInfoItem (const RscString< 512 > &libraryName, LibraryInfoKind kind)=0 |
Returns additional information about a library More... | |
virtual RscString< 512 > | GetComponentInfoItem (const RscString< 512 > &componentName, ComponentInfoKind kind)=0 |
Returns additional information about a component More... | |
![]() | |
IRscService (void)=default | |
The default constructor. | |
IRscService (const IRscService &arg)=delete | |
The deleted copy constructor. More... | |
IRscService (IRscService &&arg) noexcept=default | |
The default move constructor. More... | |
IRscService & | operator= (const IRscService &arg)=delete |
The deleted assignment operator. More... | |
IRscService & | operator= (IRscService &&arg) noexcept=default |
The default move-assignment operator. More... | |
virtual | ~IRscService (void)=default |
Destructs this instance and frees all resources. | |
Static Public Member Functions | |
static IRscServiceProxyFactory & | GetProxyFactory (void) |
![]() | |
static IRscServiceProxyFactory & | GetProxyFactory (void) |
Returns a reference to service proxy factory to create a proxy instance of this service. More... | |
Provides information about the loaded components
This service is defined in library Arp.Base.Acf.
Realtime Usage: This API call does not have to be deterministic in runtime behaviour, so an asynchronous execution should be considered.
|
pure virtual |
Returns information about a loaded component
componentName | instance name of the component |
Returns an empty object (all members are empty string) if the component could not be found.
|
pure virtual |
Returns additional information about a component
componentName | Name of the component to query information about |
kind | Kind of information to query |
|
pure virtual |
Returns information about all loaded component
|
pure virtual |
Returns additional information about a library
libraryName | Name of the library to query information about |
kind | Kind of information to query |