Skip to content

Commit cd15743

Browse files
committed
Added synchronization task message.
1 parent f2c1805 commit cd15743

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

IMC.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11062,4 +11062,26 @@
1106211062
<field name="Progress" abbrev="progress" type="uint8_t" unit="%" max="100" />
1106311063
<field name="Quality" abbrev="quality" type="uint8_t" unit="%" max="100" />
1106411064
</message>
11065+
11066+
<message id="3104" name="Synchronization Task" abbrev="SynchTask">
11067+
<description>This message is used to describe an area synchronization task.</description>
11068+
<field name="Task Identifier" abbrev="task_id" type="uint16_t">
11069+
<description>The identifier for this task.</description>
11070+
</field>
11071+
<field name="Geo Feature Identifier" abbrev="feature_id" type="uint16_t">
11072+
<description>The identifier of the feature where vehicles synchronize.</description>
11073+
</field>
11074+
<field name="Synchronization Time Window" abbrev="time_window" type="uint16_t" unit="s">
11075+
<description>
11076+
Time window for synchronization task execution, in seconds.
11077+
</description>
11078+
</field>
11079+
<field name="Deadline" abbrev="deadline" type="fp64_t" unit="s">
11080+
<description>
11081+
The deadline until when the task must be finished. The number of seconds is represented
11082+
in Universal Coordinated Time (UCT) in seconds since Jan 1, 1970 using IEEE double precision
11083+
floating point numbers.
11084+
</description>
11085+
</field>
11086+
</message>
1106511087
</messages>

0 commit comments

Comments
 (0)