aboutsummaryrefslogtreecommitdiffstats
path: root/pointcloud.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'pointcloud.hpp')
-rw-r--r--pointcloud.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/pointcloud.hpp b/pointcloud.hpp
index b7df253..19febe5 100644
--- a/pointcloud.hpp
+++ b/pointcloud.hpp
@@ -54,6 +54,9 @@ class PointCloud
// one that constructed this instance.
void draw(void);
+ void set_tx_gain(double gain) { m_txgain = gain; }
+ void set_rx_gain(double gain) { m_rxgain = gain; }
+
private:
std::vector<Point> generate_border(void);