mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add timestamp details in docs
Bug: 176847000 Change-Id: Id8dc26c14a42f5622cf9fac935d94f2fe2918d67 Test: n/a
This commit is contained in:
@@ -3691,7 +3691,10 @@ struct VehiclePropConfig {
|
||||
* events.
|
||||
*/
|
||||
struct VehiclePropValue {
|
||||
/** Time is elapsed nanoseconds since boot */
|
||||
/**
|
||||
* Time is elapsed nanoseconds since boot. It's equivalent to
|
||||
* {@code SystemClock.elapsedRealtimeNano()}.
|
||||
*/
|
||||
int64_t timestamp;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user