Add prospective publishing-related tracepoint in design

This commit is contained in:
Christophe Bedard 2019-05-28 10:04:38 +02:00
parent 6bbb9d1816
commit 968928f571

View file

@ -230,6 +230,7 @@ sequenceDiagram
Note over Publisher: ... Note over Publisher: ...
Publisher->>rcl: rcl_publish(rcl_publisher_t, msg) Publisher->>rcl: rcl_publish(rcl_publisher_t, msg)
rcl->>rmw: rmw_publish(rmw_publisher_t, msg) rcl->>rmw: rmw_publish(rmw_publisher_t, msg)
rmw-->>tracetools: TP(?)
``` ```
### Service creation ### Service creation