[r815]: / branches / FeatureBranches / refactorpayload / SparkplugB / Function Blocks / FB_Edge / FB_Edge / RegisterMetric / svnobj  Maximize  Restore  History

Download this file

6 lines (5 with data), 1.1 kB

1
2
3
4
5
// Registers the remote metric
METHOD RegisterMetric
VAR_INPUT
    Metric : IRemoteMetric;
THIS^._Metrics.AppendElem( Metric );