File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ class AMLifeCycle
123
123
* @brief Function to be defined by the user.
124
124
* Called at the end of transition from FINALIZED to power off.
125
125
*/
126
- virtual void destroy ();
127
- virtual void onDestroy ();
126
+ virtual void destroy ();
127
+ virtual void onDestroy ();
128
128
void doDestroy (bool success);
129
129
130
130
/* *
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ enum class LifeCycleState : std::uint8_t
30
30
* status of the functionality of the node (i.e. is it operating to spec)
31
31
*/
32
32
enum class LifeCycleStatus : std::uint8_t
33
- {OK = brain_box_msgs::LifeCycleState::STATUS_OK,
33
+ {
34
+ OK = brain_box_msgs::LifeCycleState::STATUS_OK,
34
35
WARN = brain_box_msgs::LifeCycleState::STATUS_WARN,
35
36
ERROR = brain_box_msgs::LifeCycleState::STATUS_ERROR,
36
37
LAST_STATUS = brain_box_msgs::LifeCycleState::STATUS_LAST
You can’t perform that action at this time.
0 commit comments