Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimdrachov committed Nov 29, 2024
1 parent 60b0d70 commit 9ff67dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/olg_scheduler/olg_scheduler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class Event : private cavl::Node<Event<TimePoint>>
/// It is guaranteed that while an event resides in the tree, it has a valid deadline set.
[[nodiscard]] std::optional<TimePoint> getDeadline() const noexcept { return deadline_; }

// This method is necessary to store an Event in cetl::unbounded_variant
static constexpr std::array<std::uint8_t, 16> _get_type_id_() noexcept
{
return {0xB6, 0x87, 0x48, 0xA6, 0x7A, 0xDB, 0x4D, 0xF1, 0xB3, 0x1D, 0xA9, 0x8D, 0x50, 0xA7, 0x82, 0x47};
Expand Down

0 comments on commit 9ff67dd

Please sign in to comment.