Interface HmiEditor
- All Known Implementing Classes:
HmiService
public interface HmiEditor
Service class that will be used to manage elements related to the HMI
Report Control Blocks
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createAllHmiReportControlBlocks
(SCL scd, List<TFCDA> fcdas) Create the DataSet and ReportControl Blocks for the HMI with the given FCDAs.
-
Method Details
-
createAllHmiReportControlBlocks
Create the DataSet and ReportControl Blocks for the HMI with the given FCDAs.- Parameters:
fcdas
- List of FCDA for which we must create the DataSet and ReportControl Blocks
-