Skip to content

Commit

Permalink
app: makes node 0 the super_id node in HSM editor
Browse files Browse the repository at this point in the history
  • Loading branch information
quesnel committed Oct 22, 2024
1 parent 2a7ec89 commit 01b8b94
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 202 deletions.
3 changes: 0 additions & 3 deletions app/gui/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ class hsm_component_editor_data
constexpr static inline auto max_number_of_state =
hierarchical_state_machine::max_number_of_state;

enum class test_status { none, being_processed, done, failed };

hsm_component_editor_data(const component_id id,
const hsm_component_id hid,
hsm_component& hsm) noexcept;
Expand Down Expand Up @@ -410,7 +408,6 @@ class hsm_component_editor_data
};

std::bitset<2> m_options;
test_status m_test = test_status::none;

private:
component_id m_id = undefined<component_id>();
Expand Down
Loading

0 comments on commit 01b8b94

Please sign in to comment.