Implement TimeUSec property
All checks were successful
Build / build (push) Successful in 16s

This commit is contained in:
2024-06-27 01:24:37 +02:00
parent b11e18e560
commit d75053b243
3 changed files with 36 additions and 5 deletions

View File

@ -7,7 +7,8 @@
<property name="NTP" type="b" access="read"/>
<property name="CanNTP" type="b" access="read"/>
<property name="NTPSynchronized" type="b" access="read"/>
<property name="TimeUSecRTC" type="t" access="read"/>
<property name="TimeUSec" type="t" access="read"/>
<property name="RTCTimeUSec" type="t" access="read"/>
<method name="SetTime">
<arg name="usec_utc" type="x" direction="in"/>
<arg name="relative" type="b" direction="in"/>