-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #21082. Remove `onWriterMatched` overload. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Rename to `on_writer_matched`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Rename to `on_writer_change_received_by_all`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Refactor on WriterTimes. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Rename protected fields. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Add empty `BaseReader` class. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Implementation classes now inherit from `BaseWriter`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Method `is_acked_by_all` receives sequence number. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Writer history keeps pointer to BaseReader. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Move `StatisticsWriterImpl` inheritance. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Remove dependency on `WriterPool`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Remove unused private member. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Refactor on `FlowController`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Refactor on `LocatorSelectorSender`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Header `LocatorSelectorSender.hpp` made private. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Header `DeliveryRetCode.hpp` made private. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Participant keeps collection of BaseWriter. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Method `find_local_writer` returns `BaseWriter`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Refactor `MessageReceiver`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Add `downcast` methods. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Remove friend `DataWriterImpl`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Remove superfluous namespacing. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Move `init` method. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Remove other friends. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Move non-exported methods to `BaseWriter`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Move liveliness_lost update to `BaseWriter`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Remove unused private method. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Move inline methods. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Move history query methods. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Move other members. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Separate sending is now part of `WriterAttributes`. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Snake case on public methods. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Method get_history in BaseWriter. Signed-off-by: Miguel Company <[email protected]> * Refs #21082. Fix warning without security. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Apply suggestions on WLP. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Remove unused methods from `RTPSParticipantImpl`. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Move implementations to cpp. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Method names and doxygen. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Add space between `@param` and `[` Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Namespace suggestion. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Uncrustify. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Rearrange methods. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Additional rearrange of methods. Signed-off-by: Miguel Company <[email protected]> * Refs #21137. Update versions.md. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
f5495d4
commit a73448d
Showing
192 changed files
with
3,475 additions
and
3,407 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
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
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
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
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.