File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,7 @@ map<const sigrok::Quantity *, Quantity> sr_quantity_quantity_map = {
425
425
{ sigrok::Quantity::MASS, Quantity::Mass },
426
426
{ sigrok::Quantity::HARMONIC_RATIO, Quantity::HarmonicRatio },
427
427
{ sigrok::Quantity::ENERGY, Quantity::Energy },
428
+ { sigrok::Quantity::ELECTRIC_CHARGE, Quantity::ElectricCharge },
428
429
};
429
430
430
431
map<Quantity, const sigrok::Quantity *> quantity_sr_quantity_map = {
@@ -462,6 +463,8 @@ map<Quantity, const sigrok::Quantity *> quantity_sr_quantity_map = {
462
463
{ Quantity::Mass, sigrok::Quantity::MASS },
463
464
{ Quantity::HarmonicRatio, sigrok::Quantity::HARMONIC_RATIO },
464
465
{ Quantity::Energy, sigrok::Quantity::ENERGY },
466
+ { Quantity::ElectricCharge, sigrok::Quantity::ELECTRIC_CHARGE },
467
+
465
468
};
466
469
467
470
map<const sigrok::QuantityFlag *, QuantityFlag> sr_quantity_flag_quantity_flag_map = {
You can’t perform that action at this time.
0 commit comments