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

Download this file

10 lines (9 with data), 1.4 kB

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