Skip to content

Commit

Permalink
ffi: Add Deserializer class to deserialize log events from key-valu…
Browse files Browse the repository at this point in the history
…e pair IR format. (y-scope#511)

Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
2 people authored and Jack Luo committed Dec 4, 2024
1 parent b62465e commit d7f073a
Show file tree
Hide file tree
Showing 8 changed files with 973 additions and 47 deletions.
2 changes: 2 additions & 0 deletions components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ set(SOURCE_FILES_unitTest
src/clp/ffi/encoding_methods.hpp
src/clp/ffi/encoding_methods.inc
src/clp/ffi/ir_stream/byteswap.hpp
src/clp/ffi/ir_stream/Deserializer.cpp
src/clp/ffi/ir_stream/Deserializer.hpp
src/clp/ffi/ir_stream/decoding_methods.cpp
src/clp/ffi/ir_stream/decoding_methods.hpp
src/clp/ffi/ir_stream/decoding_methods.inc
Expand Down
Loading

0 comments on commit d7f073a

Please sign in to comment.