working message factory

This commit is contained in:
2025-02-06 22:16:07 +01:00
parent f5430f3d0f
commit bbafae2588
5 changed files with 105 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <sp/protocol/MessageFactory.h>
namespace sp {
using PacketFactory = sp::MessageFactory<sp::PacketMessage, AllPackets>;
} // namespace sp