Skip to content

Commit

Permalink
Refactor ExitTransitTask class by making private methods as private.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Emaaaa committed Dec 5, 2023
1 parent b31ca16 commit a46a96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_bridge/src/tasks/ExitTransitTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class ExitTransitTask : public DependantTaskWithState
*/
void tick() override;

private:
/**
* @brief Handles the reading of the distance from the sonar sensor.
*
Expand Down Expand Up @@ -61,7 +62,6 @@ class ExitTransitTask : public DependantTaskWithState
*/
void handleSwitchOffL3();

private:
/**
* @brief Enum for the possible states of the task.
*
Expand Down

0 comments on commit a46a96d

Please sign in to comment.