[r825]: / branches / FeatureBranches / refactorpayload / SparkplugB / Function Blocks / FB_SparkplugBSimple / FB_SparkplugBSimple / Decoding / GetNextMetric / svnobj  Maximize  Restore  History

Download this file

9 lines (8 with data), 1.4 kB

1
2
3
4
5
6
7
8
//{info 'todo: aliazzz => implement GetNextMetric'}
METHOD GetNextMetric
VAR_OUTPUT
    Metric          : IRemoteMetric;
    Seq             : ULINT;
    GetTimestamp    : T_DateTime;
    MetricValid     : BOOL;
    HasNext         : BOOL;