@ -665,10 +665,10 @@ class Web {
{ " radio_frame_cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . frmCnt ; } } ,
{ " radio_frame_cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . frmCnt ; } } ,
{ " radio_tx_cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . txCnt ; } } ,
{ " radio_tx_cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . txCnt ; } } ,
{ " radio_retransmits " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . retransmits ; } } ,
{ " radio_retransmits " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . retransmits ; } } ,
{ " radio_iv_rx _cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . ivRxCnt ; } } ,
{ " radio_iv_loss _cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . ivLoss ; } } ,
{ " radio_iv_tx _cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . ivTxC nt ; } } ,
{ " radio_iv_sen t_cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . ivSe nt ; } } ,
{ " radio_dtu_rx _cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . dtuRxCnt ; } } ,
{ " radio_dtu_loss _cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . dtuLoss ; } } ,
{ " radio_dtu_tx _cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . dtuTxC nt ; } }
{ " radio_dtu_sen t_cnt " , " counter " , metricConstInverterFormat , [ ] ( Inverter < > * iv ) - > uint64_t { return iv - > radioStatistics . dtuSe nt ; } }
} ;
} ;
int metricsInverterId ;
int metricsInverterId ;
uint8_t metricsFieldId ;
uint8_t metricsFieldId ;