Skip to content

Commit

Permalink
Fix: communication_records docstring
Browse files Browse the repository at this point in the history
Signed-off-by: h-suzuki <[email protected]>
  • Loading branch information
h-suzuki-isp committed Sep 19, 2024
1 parent 59906ab commit d1b9522
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/caret_analyze/infra/lttng/records_provider_lttng.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,18 @@ def communication_records(
Returns
-------
RecordsInterface (If inter-proc communication)
RecordsInterface
Columns
If inter-proc communication
- [topic_name]/rclcpp_publish_timestamp
- [topic_name]/rcl_publish_timestamp (Optional)
- [topic_name]/dds_publish_timestamp (Optional)
- [topic_name]/source_timestamp (only inter process)
- [topic_name]/source_timestamp
- [callback_name]/callback_start_timestamp
Returns
-------
RecordsInterface (If intra-proc communication)
Columns
If intra-proc communication
- [topic_name]/rclcpp_publish_timestamp
- [callback_name]/callback_start_timestamp
Expand Down

0 comments on commit d1b9522

Please sign in to comment.