-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DSDL Leaf (starting module development) Fix debug_h for mistake including trace_level for cycloneTCP modules
- Loading branch information
1 parent
5654055
commit 75d7bcf
Showing
26 changed files
with
893 additions
and
586 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
platformio/stima_v4/cyphal/data_types/rmap/measures/Leaf.1.0.dsdl
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
rmap.tableb.B13212.1.0 val | ||
rmap.tableb.B33199.1.0 confidence | ||
@sealed |
2 changes: 2 additions & 0 deletions
2
platformio/stima_v4/cyphal/data_types/rmap/module/Leaf.1.0.dsdl
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
rmap.sensors.Leaf.1.0 BFT | ||
@sealed |
3 changes: 3 additions & 0 deletions
3
platformio/stima_v4/cyphal/data_types/rmap/sensors/Leaf.1.0.dsdl
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
rmap.metadata.Metadata.1.0 metadata | ||
rmap.measures.Leaf.1.0 leaf | ||
@sealed |
22 changes: 22 additions & 0 deletions
22
platformio/stima_v4/cyphal/data_types/rmap/service/module/Leaf.1.0.dsdl
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
rmap.service.setmode.1.0 parameter | ||
|
||
@sealed | ||
|
||
--- | ||
|
||
#RMAP Response state | ||
uint4 state | ||
|
||
#RMAP version and revision | ||
uint8 version | ||
uint8 revision | ||
|
||
#MODULE Flags state | ||
bool is_adc_unit_error | ||
bool is_adc_unit_overflow | ||
uint8 rbt_event | ||
uint8 wdt_event | ||
|
||
rmap.sensors.Leaf.1.0 BFT | ||
|
||
@sealed |
6 changes: 6 additions & 0 deletions
6
platformio/stima_v4/cyphal/data_types/rmap/tableb/B13212.1.0.dsdl
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Time leaf (sec) | ||
# fattore scala x1 | ||
# MAX 12h (sec) | ||
uint16 MAX = 43200 | ||
uint16 value | ||
@sealed |
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
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
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
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
Oops, something went wrong.