Skip to content

Commit

Permalink
Add note about header generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jun 28, 2024
1 parent a009dde commit 9002f4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/umb_echo_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ enum class Error
todo,
};

// TODO: should we generate something like this for all generated message
// "packages"? E.g. testmessages::umb::MessageHeader?
struct Header
{
umb::byte size{};
Expand Down

0 comments on commit 9002f4e

Please sign in to comment.