-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tier4_system_msgs): add diag graph id (#118)
* 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
1 parent
cf67717
commit 4a5f78b
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
string path | ||
string type | ||
string name |