-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #19645. Fix cardinality and add TCP accept thread. Signed-off-by: Miguel Company <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #19645. Add OS thread name column. Signed-off-by: Miguel Company <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #19645. Add basic section for ThreadSettings. Signed-off-by: Miguel Company <[email protected]> Signed-off-by: EduPonz <[email protected]> * Refs #19645: Reference ThreadSettings section in execution model Signed-off-by: EduPonz <[email protected]> * Refs #19645: DomainParticipantFactory ThreadSettings configuration Signed-off-by: EduPonz <[email protected]> * Refs #19645: DomainParticipant ThreadSettings configuration Signed-off-by: EduPonz <[email protected]> * Refs #19645: PortBasedTransportDescriptor ThreadSettings configuration Signed-off-by: EduPonz <[email protected]> * Refs #19645: SHM ThreadSettings configuration Signed-off-by: EduPonz <[email protected]> * Refs #19645: FlowControllerDescriptor ThreadSettings configuration Signed-off-by: EduPonz <[email protected]> * Refs #19645: DataReader ThreadSettings configuration Signed-off-by: EduPonz <[email protected]> * Refs #19645: Log ThreadSettings configuration Signed-off-by: EduPonz <[email protected]> * Refs #19645: Apply Miguel's suggestions Signed-off-by: EduPonz <[email protected]> * Refs #19645: Apply Miguel's suggestions 2 Signed-off-by: EduPonz <[email protected]> * Refs #19645: Add missing TCPTransportDescriptor thread settings Signed-off-by: EduPonz <[email protected]> * Refs #19645: Add missing includes Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Signed-off-by: EduPonz <[email protected]> Co-authored-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
b230ca7
commit 60557c4
Showing
29 changed files
with
1,229 additions
and
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,6 @@ | |
|
||
cmake_minimum_required(VERSION 3.22) | ||
|
||
|
||
|
||
|
||
|
||
project(DDSHelloWorld) | ||
|
||
# Find requirements | ||
|
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.