Skip to content

Commit

Permalink
feat(tier4_system_msgs): add diag graph id (#118)
Browse files Browse the repository at this point in the history
* feat(tier4_system_msgs): add diag graph name

Signed-off-by: Takagi, Isamu <[email protected]>

* feat(tier4_system_msgs): add diag graph type

Signed-off-by: Takagi, Isamu <[email protected]>

* feat(tier4_system_msgs): rename id

Signed-off-by: Takagi, Isamu <[email protected]>

---------

Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Apr 2, 2024
1 parent cf67717 commit 4a5f78b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tier4_system_msgs/msg/DiagGraphStatus.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
builtin_interfaces/Time stamp
string id
tier4_system_msgs/DiagNodeStatus[] nodes
tier4_system_msgs/DiagLeafStatus[] diags
tier4_system_msgs/DiagLinkStatus[] links
1 change: 1 addition & 0 deletions tier4_system_msgs/msg/DiagGraphStruct.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
builtin_interfaces/Time stamp
string id
tier4_system_msgs/DiagNodeStruct[] nodes
tier4_system_msgs/DiagLeafStruct[] diags
tier4_system_msgs/DiagLinkStruct[] links
1 change: 1 addition & 0 deletions tier4_system_msgs/msg/DiagLeafStruct.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
string path
string type
string name

0 comments on commit 4a5f78b

Please sign in to comment.