vehicle_prop_value Struct Reference

vehicle_prop_value Struct Reference

#include < vehicle.h >

Data Fields

int32_t  prop
 
int32_t  value_type
 
int64_t  timestamp
 
union {
   int32_t    zone
 
   int32_t    seat
 
   int32_t    window
 
}; 
 
vehicle_value_t   value
 

Detailed Description

Definition at line 1565 of file vehicle.h .

Field Documentation

union { ... }

Zone information for zoned property. For non-zoned property, this should be ignored.

int32_t prop

Definition at line 1567 of file vehicle.h .

int32_t seat

Definition at line 1582 of file vehicle.h .

int64_t timestamp

time is elapsed nanoseconds since boot

Definition at line 1575 of file vehicle.h .

Definition at line 1586 of file vehicle.h .

int32_t value_type

Definition at line 1572 of file vehicle.h .

int32_t window

Definition at line 1583 of file vehicle.h .

int32_t zone

Definition at line 1581 of file vehicle.h .


The documentation for this struct was generated from the following file: