Closed elfenpiff closed 2 days ago
To enable the publisher to have multiple data segments, we need to add the data segment id to the pointer. This only works when the segment id is static. A SlotMap is the ideal container to store things with static id's to access/manage them.
SlotMap
Brief feature description
To enable the publisher to have multiple data segments, we need to add the data segment id to the pointer. This only works when the segment id is static. A
SlotMap
is the ideal container to store things with static id's to access/manage them.