Skip to content
Snippets Groups Projects
Commit 188d8d92 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[ADA] Added getReferenceValues function

parent 0fec810d
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,11 @@ public:
*/
void setReferenceValues(const ReferenceValues reference);
/**
* @brief Returns the current reference values.
*/
ReferenceValues getReferenceValues();
private:
ReferenceValues reference;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment