mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add timestamp details in docs"
This commit is contained in:
committed by
Android (Google) Code Review
commit
dc7c456d94
@@ -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