Provides informations about the Plc (realtime) project.
Definition: IPlcInfoService.hpp:29
virtual RscVariant< 256 > GetInfo(PlcInfoId identifier)=0
Gets the specified info from the Plc project.
IPlcInfoService(void)=default
Constructs an IPlcInfoService instance.
virtual std::vector< RscVariant< 256 > > GetInfos(const std::vector< PlcInfoId > &identifiers)=0
Gets the specified infos from the Plc project.
Namespace for services of the PLC domain
PlcInfoId
Collects all identifiers of Plc informations to be read by IPlcInfoService.
Definition: PlcInfoId.hpp:19