Commit 8d703cd
authored
Add RPC Client/Server examples documentation (#1064)
* Refs #23031: Add fastddsgen documentation
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Add examples source code
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Clear block separator comments in source code files
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Regenerate types in basic example. Delete ping_server method and PENDING status
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Add examples and refactor request/reply section
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Fix workspace name
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Update examples
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Update documentation
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Fix spelling, typos and executable names
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Add tests
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Fix @feed icon
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Move code_blocks code to src
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Delete KEEP_ALL manual configuration and update internal api docs
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Review - Remove indentation in RPC internal API examples
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Review - Update RPC internal API image
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Add data streaming sections and refactor request-reply section
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Review - Update examples
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Fix request reply subsections order
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Review - Separate with toctrees
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Fix spelling
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Add br
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Fix typo
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
* Refs #23031: Update docs and regenerate types
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
---------
Signed-off-by: Carlosespicur <carlosespicur@proton.me>1 parent 54caf46 commit 8d703cd
91 files changed
Lines changed: 14646 additions & 42 deletions
File tree
- code
- Examples/C++
- RpcClientServerBasic
- src
- types
- RpcClientServerFeed
- src
- types
- docs
- 03-exports
- _static
- fastddsgen
- dataTypes
- interfaces
- includes
- rpc_calculator_basic_app
- includes
- rpc_calculator_feed_app
- includes
- fastdds
- api_reference/dds_pim/rpc
- rpc_dds
- data_streaming
- includes
- exceptions
- request_reply
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 | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
| |||
132 | 140 | | |
133 | 141 | | |
134 | 142 | | |
135 | | - | |
| 143 | + | |
136 | 144 | | |
137 | 145 | | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
141 | 149 | | |
142 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
143 | 163 | | |
144 | 164 | | |
145 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments