Skip to content

Commit

Permalink
Merge pull request #150 from finger563/feature/generator-update
Browse files Browse the repository at this point in the history
Improved Software Generator and updated HFSM runtime API
  • Loading branch information
finger563 authored Aug 8, 2023
2 parents f347f72 + 4aea68a commit 4e6715a
Show file tree
Hide file tree
Showing 61 changed files with 6,606 additions and 2,365 deletions.
15 changes: 15 additions & 0 deletions sample_code/Complex/Complex_event_data.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#pragma once

namespace state_machine::Complex {
struct ENDEVENTEventData {
};
struct EVENT1EventData {
};
struct EVENT2EventData {
};
struct EVENT3EventData {
};
struct EVENT4EventData {
};

}; // namespace state_machine::Complex
Loading

0 comments on commit 4e6715a

Please sign in to comment.