goblinhack / c-plus-plus-serializer

A minimal C++11 header only serializer. Can serialize basic types, strings, containers, maps and custom classes. No suppprt yet for pointer types.
GNU General Public License v2.0
50 stars 8 forks source link

How to use for sending 3d vector - IPC. #2

Open prakhar114 opened 1 year ago

prakhar114 commented 1 year ago

Hello team, I've a publisher-subscriber code now I need to implement the serializer in publisher and deserializer in subscriber. I need to send a 3d vector using iceoryx OR ecal so just need to confirm if it'll work with it.

goblinhack commented 1 year ago

if you look at src/my_point3d.hpp in my other project https://github.com/goblinhack/zorbash you'll see a 3d vector example

Message ID: @.***>