diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-08-30 09:21:15 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-08-30 09:21:15 +0300 |
| commit | b91e38b4265ffe413d9b54aabb3e17d8cd150570 (patch) | |
| tree | 9112d82803bd2f7a804834976a1a57252cdcb097 /Software/PMR/Messages/Debugging | |
| parent | ac6d62249d43b4e6a3c227af7b8281b9e3ce2635 (diff) | |
| download | Tango-b91e38b4265ffe413d9b54aabb3e17d8cd150570.tar.gz Tango-b91e38b4265ffe413d9b54aabb3e17d8cd150570.zip | |
advanced merge + additional debug log filters
Diffstat (limited to 'Software/PMR/Messages/Debugging')
| -rw-r--r-- | Software/PMR/Messages/Debugging/DebugDistributorType.proto | 2 | ||||
| -rw-r--r-- | Software/PMR/Messages/Debugging/StartDebugLogResponse.proto | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Debugging/DebugDistributorType.proto b/Software/PMR/Messages/Debugging/DebugDistributorType.proto index 4cf523dc4..c976afd5a 100644 --- a/Software/PMR/Messages/Debugging/DebugDistributorType.proto +++ b/Software/PMR/Messages/Debugging/DebugDistributorType.proto @@ -21,4 +21,6 @@ enum DebugDistributorType MaintFilter = 13; IFSFilter = 14; FilesFilter = 15; + I2CFilter = 16; + MotorFilter = 17; }
\ No newline at end of file diff --git a/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto b/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto index 6648604a1..09e238517 100644 --- a/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto +++ b/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto @@ -13,4 +13,5 @@ message StartDebugLogResponse uint32 Filter = 4; string Message = 5; uint32 ModuleId = 6; + uint32 Parameter = 7; }
\ No newline at end of file |
