]> git.mxchange.org Git - flightgear.git/blobdiff - src/Radio/radio.hxx
Merge branch 'merge-requests/1555' into next
[flightgear.git] / src / Radio / radio.hxx
index 619de3950fe9366b9238866276fc116a81caab43..7b07d927e9e4e4b7eef9411f9c68c88dc5a26751 100644 (file)
@@ -80,8 +80,8 @@ public:
     void setPropagationModel(int model) { _propagation_model = model; };
     void setPolarization(int polarization) { _polarization = polarization; };
     // accessory functions for unit conversions
-    double power_to_dbm(double power_watt);
-    double dbm_to_power(double dbm);
+    double watt_to_dbm(double power_watt);
+    double dbm_to_watt(double dbm);
     double dbm_to_microvolt(double dbm);