refactor(protocol): move wire helpers into canonical protocol module
Rehome the wire serialization helpers under protocol ownership so the module name reflects its real role instead of simulator-era naming. - rename sim/wire header to protocol/wire_codec - rename sim/wire implementation to protocol/wire_codec - keep behavior and byte layout unchanged Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "cvmmap_streamer/sim/wire.hpp"
|
||||
#include "cvmmap_streamer/protocol/wire_codec.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
namespace cvmmap_streamer::sim {
|
||||
namespace cvmmap_streamer::protocol::wire_codec {
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user