nightduck / rmw_hazcat

Apache License 2.0
0 stars 0 forks source link

Implement services and clients in rmw interface #9

Open nightduck opened 2 years ago

nightduck commented 2 years ago

Unit tests from test_rmw_implementation to pass

nightduck commented 2 years ago

Added dummy holders a67145fe7667d9e8e5f1c7f6a02d73475fdde15b

nightduck commented 1 year ago

Since there's no message reuse, the concept of using message queues doesn't make much sense here. But also I hate networking, so I'm just going to implement them as named pipes for now. In the future, they can support implicit memory copy operations, for convenience, but will serve little performance benefit from it.