Skip to content
Snippets Groups Projects
Commit b25d9f85 authored by Federico Lolli's avatar Federico Lolli Committed by Federico Mandelli
Browse files

[tests] added comments

parent 58431850
Branches
Tags
No related merge requests found
...@@ -41,6 +41,9 @@ public: ...@@ -41,6 +41,9 @@ public:
// default destructor // default destructor
~NASMock() {} ~NASMock() {}
// mocked version of the getNasState function
// it returns a NASState with a mocked altitude
// that increases by 0.5 every time it is called
NASState getNasState() NASState getNasState()
{ {
mocked_altitude += 0.5; mocked_altitude += 0.5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment