vehicle_prop_value 結構體參考資料

vehicle_prop_value 結構體參考資料

#include < vehicle.h >

資料欄位

int32_t prop
 
int32_t value_type
 
int64_t  時間戳記
 
union {
   int32_t    zone
 
   int32_t    座位
 
   int32_t    window
 
}; 
 
vehicle_value_t  
 

詳細說明

定義位於檔案 vehicle.h 1565 行。

欄位說明文件

union { ... }

分區資源的可用區資訊。對於非區塊屬性,系統應忽略這項屬性。

int32_t prop

定義位於檔案 vehicle.h 1567 行。

int32_t seat

定義位於檔案 vehicle.h 1582 行。

int64_t timestamp

time 是自啟動以來經過的奈秒數

定義位於檔案 vehicle.h 1575 行。

定義位於檔案 vehicle.h 1586 行。

int32_t value_type

定義位於檔案 vehicle.h 1572 行。

int32_t 視窗

定義位於檔案 vehicle.h 1583 行。

int32_t zone

定義位於檔案 vehicle.h 1581 行。


這個結構體的說明文件是由下列檔案產生: