Skip to content

Commit

Permalink
Update CARET_trace/include/caret_trace/tracing_controller.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: ymski <[email protected]>
  • Loading branch information
xygyo77 and ymski authored Jun 18, 2024
1 parent 7095d11 commit 2c28291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CARET_trace/include/caret_trace/tracing_controller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class TracingController
/// @param node_handle Address of the node handle.
void add_client_handle(const void * client_handle, const void * node_handle);

/// @brief Registering Register message tracing enable/disable.
/// @brief Register message tracing enable/disable.
/// @param message Address of the intra original message.
/// @param is_allowed True is enabled, false otherwise.
void add_allowed_messages(const void * message, bool is_allowed);
Expand Down

0 comments on commit 2c28291

Please sign in to comment.