DiagnosticStatus.msg 302 B

1234567891011121314151617181920212223
  1. Header header
  2. string key
  3. string value
  4. string description
  5. uint8 UNDEFINED = 0
  6. uint8 type
  7. uint8 OUT_OF_RANGE = 1
  8. uint8 UNEXPECTED_RATE = 2
  9. uint8 INVALID_VALUE = 3
  10. uint8 INTERNAL = 4
  11. uint8 FUNCTIONAL = 100
  12. uint8 HARDWARE = 200
  13. uint8 level
  14. uint8 OK = 1
  15. uint8 WARN = 2
  16. uint8 ERROR = 3
  17. uint8 FATAL = 4