summaryrefslogtreecommitdiff
path: root/src/powermap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/powermap.h')
-rw-r--r--src/powermap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/powermap.h b/src/powermap.h
index 589573f..aa4cbfc 100644
--- a/src/powermap.h
+++ b/src/powermap.h
@@ -53,6 +53,10 @@ public:
void setFixed2(PowerPair new_value);
void setShelf(bool enable);
+ PowerPair getFixed0() const;
+ PowerPair getFixed1() const;
+ PowerPair getFixed2() const;
+
private:
// input parameters (state of this class)
std::array<PowerPair, 3> fixed;