Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohei Sasaki <ryohei.sasaki@map4.jp>
  • Loading branch information
rsasaki0109 committed Feb 9, 2023
1 parent 486991e commit 46cd907
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Description:
# name: diag name
# sf_at: diag level where it becomes Safe Fault
# lf_at: diag level where it becomes Latent Fault
# spf_at: diag level where it becomes Single Point Fault
# auto_recovery: Determines whether the system will automatically recover when it recovers from an error.
#Description:
#name : diag name
#sf_at : diag level where it becomes Safe Fault
#lf_at : diag level where it becomes Latent Fault
#spf_at : diag level where it becomes Single Point Fault
#auto_recovery : Determines whether the system will automatically recover when it recovers from an \
error.
#
# Note:
# empty-value for sf_at, lf_at and spf_at is "none"
# default values are:
# sf_at: "none"
# lf_at: "warn"
# spf_at: "error"
# auto_recovery: "true"
---
#Note:
#empty - value for sf_at, lf_at and spf_at is "none"
#default values are:
#sf_at : "none"
#lf_at : "warn"
#spf_at : "error"
#auto_recovery : "true"
-- -
/**:
ros__parameters:
required_modules:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Description:
# name: diag name
# sf_at: diag level where it becomes Safe Fault
# lf_at: diag level where it becomes Latent Fault
# spf_at: diag level where it becomes Single Point Fault
# auto_recovery: Determines whether the system will automatically recover when it recovers from an error.
#Description:
#name : diag name
#sf_at : diag level where it becomes Safe Fault
#lf_at : diag level where it becomes Latent Fault
#spf_at : diag level where it becomes Single Point Fault
#auto_recovery : Determines whether the system will automatically recover when it recovers from an \
error.
#
# Note:
# empty-value for sf_at, lf_at and spf_at is "none"
# default values are:
# sf_at: "none"
# lf_at: "warn"
# spf_at: "error"
# auto_recovery: "true"
---
#Note:
#empty - value for sf_at, lf_at and spf_at is "none"
#default values are:
#sf_at : "none"
#lf_at : "warn"
#spf_at : "error"
#auto_recovery : "true"
-- -
/**:
ros__parameters:
required_modules:
Expand Down

0 comments on commit 46cd907

Please sign in to comment.