-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve multiple task processing. Add additional QoS to endpoints. (#23)
* Refs #20090: Add Reliability QoS to endpoints Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #20090: Store task data in a Sample pool instead of std::map. Refactor publish_to_user_method accordingly(). Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #20090: Store one tuple of callback args per task_id instead of only one shared tuple. This lets multiple callback invocations effectively have its own arguments. Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #20090: Start Dispatcher before endpoints are created and enabled Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #20090: Uncrusitfy Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
- Loading branch information
Showing
12 changed files
with
1,087 additions
and
1,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.