Commit 285c30c
* Refs #23923: Take mutex in getter and env file callback
* Refs #23923: Only update mutable attributes
* Refs #23923: Copy attributes in getter
* Refs #23923: Undo copy attributes
* Refs #23923: Avoid calling get_attributes in SecurityManager constructor
* Refs #23923: Copy attributes
* Refs #23923: Protect missing cases
* Refs #23923: Create new method to avoid API break
* Refs #23923: Doxygen & TODO in next major
* Refs #23923: Copy method in RTPSParticipant
* Refs #23923: Mock and tests changes
* Refs #23923: Revision
* Refs #23923: Add missing mutable attribute
* Refs #23923: Create const copy
* Refs #23923: Uncrustify
* Refs #23923: Spelling
* Refs #23923: Split const and mutable RTPSParticipantAttributes
* Refs #23923: Review - Fix Mutable & Constant attributes
* Refs #23923: Review - Apply methods and composition of BuiltinAttributes
* Refs #23923: Review - Update Tests
* Refs #23923: Review - Add ConstantDiscoverySettings
* Refs #23923: Solve using statement visibility
* Refs #23923: Uncrustify
* Refs #23923: Store constant attributes set at 'setup_' methods
* Refs #23923: Init const attributes and update later
* Refs #23923: Review - Improve doxygen
---------
(cherry picked from commit 7dd4b4d)
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
Co-authored-by: Carlos Ferreira González <carlosferreira@eprosima.com>
Co-authored-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent 6c173cb commit 285c30c
43 files changed
Lines changed: 1406 additions & 208 deletions
File tree
- include/fastdds
- dds/publisher
- rtps
- attributes
- participant
- src/cpp
- fastdds
- builtin/type_lookup_service
- domain
- rtps
- builtin
- discovery
- endpoint
- participant
- simple
- liveliness
- flowcontrol
- participant
- reader
- security
- accesscontrol
- authentication
- security
- accesscontrol
- authentication
- test
- mock/rtps
- RTPSParticipantAttributes/fastdds/rtps/attributes
- RTPSParticipantImpl/rtps/participant
- RTPSParticipant/fastdds/rtps/participant
- SecurityPluginFactory/rtps/security
- unittest
- dds/participant
- rtps/security
- security
- accesscontrol
- authentication
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
0 commit comments