Skip to content

Commit fe234e6

Browse files
committed
Add attribute MeasurementDirectionDependent to Channel. Use a release version for this document.
1 parent a344286 commit fe234e6

9 files changed

+9
-2
lines changed

RCM-DX-Specification_EN.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The RCM-DX specification is open source and freely accessible and usable by all
4646
| 2.0.0 | 0.30 | 27.10.2020 | Aron Serafini (SCS) | Adjust consistency, measurementMode and processing chapters. |
4747
| 2.0.0 | 0.31 | 11.03.2021 | Aron Serafini (SCS) | Adjust specification to implementation |
4848
| 2.0.0 | 0.32 | 31.08.2021 | Aron Serafini (SCS) | Fix mistake: Topology is a child of CONFIGURATION, not Session. |
49+
| 2.0.1 | 1.0 | 06.04.2022 | Aron Serafini (SCS) | Add attribute MeasurementDirectionDependent to Channel. Use a release version for this document. |
4950

5051
## Introduction
5152

@@ -1161,11 +1162,11 @@ The following attributes are contained in this group:
11611162

11621163
| Name | Data type | Parent object | Optional | Description |
11631164
|------|---|----|---|----|
1164-
| Element | string | *CHANNEL_NAME* |no | Equals to "Channel". Identifies this node.|
11651165
| TriggerMode | Enum | *CHANNEL_NAME* | no | See chapter [\ref{triggermode} Trigger Mode](#triggermode) |
11661166
| CommonTriggerDistance | 64 bit float | *CHANNEL_NAME* | no | See below |
11671167
| CommonTriggerFrequency | 64 bit float | *CHANNEL_NAME* | no | See below |
11681168
| ChannelBasis | Enum | *CHANNEL_NAME* | no | See below |
1169+
| MeasurementDirectionDependent | boolean | *CHANNEL_NAME* | no | See below |
11691170
| MeasurementType | Enum | *CHANNEL_NAME* | no | See below |
11701171
| Neighbor | string | *CHANNEL_NAME* | no | See below |
11711172
| MeasurementUncertaintyType | Enum | *CHANNEL_NAME* | yes | See below |
@@ -1207,6 +1208,10 @@ Possible values are:
12071208
| SENSOR_VERTICAL_TOTAL | The channel reflects the center of the vehicle irrespective of its orientation or motion |
12081209
| MOVE_DIRECTION_VERTICAL_TOTAL | The channel reflects the center with respect to direction of motion, irrespective of its orientation |
12091210

1211+
**MeasurementDirectionDependent**
1212+
Flag that implies, if set to true, that measurement data of this channel is dependent on direction and should be inverted if viewed with a section of different direction.
1213+
> If the flag is set to false, not set or only data of a single direction is viewed, then no inversion is needed when viewing data of this channel.
1214+
12101215
**MeasurementType**
12111216
Defines how a value was created. This can be measured, calculated or taken from a previously defined data source that was read from there and inserted into the file.
12121217

images/RCM-DX-Structure.puml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
a:CommonTriggerDistance (64 bit float)
117117
a:CommonTriggerFrequency (64 bit float)
118118
a:ChannelBasis (Enum)
119+
a:MeasurementDirectionDependent (boolean)
119120
a:MeasurementType (Enum)
120121
a:Neighbor (string)
121122
a:MeasurementUncertaintyType (Enum)

images/generated/RCM_DX_Structure.png

1.92 KB
Loading
964 Bytes
Loading

images/rcm-dx-images.puml

+2-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@
333333
a:TriggerMode (Enum)
334334
a:TriggerValue (64 bit float)
335335
a:ChannelBasis (Enum)
336-
a:ChannelType (Enum)
336+
a:MeasurementDirectionDependent (boolean)
337+
a:MeasurementType (Enum)
337338
a:Neighbor (string)
338339
a:MeasurementUncertaintyType (Enum)
339340
a:LowerMeasurementUncertainty (32 bit float)
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)