Skip to content

Commit 16b4f31

Browse files
Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137)
* Fix #132 * Fix #135 * Fix #136
1 parent 70573cb commit 16b4f31

File tree

15 files changed

+30
-1
lines changed

15 files changed

+30
-1
lines changed

uavcan/register/384.Access.1.0.dsdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
# The "PORT_NAME" defines the human-friendly name of the port, which is related to the corresponding function
137137
# or a network service supported by the node. The name shall match the following POSIX ERE expression:
138138
#
139-
# [a-zA-Z_][a-zA-Z0-9_]*
139+
# [a-zA-Z_][a-zA-Z0-9_.]*
140140
#
141141
# The names are defined by the vendor of the node. The user/integrator is expected to understand their meaning and
142142
# relation to the functional capabilities of the node by reading the technical documentation provided by the vendor.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
uavcan.time.SynchronizedTimestamp.1.0 timestamp
2+
float32 candela_per_square_meter
3+
@sealed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@deprecated # Use v1.1 instead where the unit of measure is named correctly.
12
uavcan.time.SynchronizedTimestamp.1.0 timestamp
23
float32 tesla
34
@sealed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
uavcan.time.SynchronizedTimestamp.1.0 timestamp
2+
float32 ampere_per_meter
3+
@sealed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@deprecated # Use v1.1 instead where the unit of measure is named correctly.
12
uavcan.time.SynchronizedTimestamp.1.0 timestamp
23
float32[3] tesla
34
@sealed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
uavcan.time.SynchronizedTimestamp.1.0 timestamp
2+
float32[3] ampere_per_meter
3+
@sealed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
uavcan.time.SynchronizedTimestamp.1.0 timestamp
2+
float32 tesla
3+
@sealed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
uavcan.time.SynchronizedTimestamp.1.0 timestamp
2+
float32[3] tesla
3+
@sealed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
float32 candela_per_square_meter
2+
@sealed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
@deprecated # Use v1.1 instead where the unit of measure is named correctly.
12
float32 tesla
23
@sealed

0 commit comments

Comments
 (0)