vehicle_prop_config 結構體參考資料

vehicle_prop_config 結構體參考資料

#include < vehicle.h >

資料欄位

int32_t prop
 
int32_t 存取權
 
int32_t change_mode
 
int32_t value_type
 
int32_t permission_model
 
union {
   int32_t    vehicle_zone_flags
 
   int32_t    vehicle_seat_flags
 
   int32_t    vehicle_window_flags
 
}; 
 
union {
   int32_t    config_flags
 
   int32_t    vehicle_radio_num_presets
 
   int32_t    config_array [4]
 
}; 
 
vehicle_str_t   config_string
 
union {
   float    float_min_value
 
   int32_t    int32_min_value
 
   int64_t    int64_min_value
 
}; 
 
union {
   float    float_max_value
 
   int32_t    int32_max_value
 
   int64_t    int64_max_value
 
}; 
 
union {
   float *    float_min_values
 
   int32_t *    int32_min_values
 
   int64_t *    int64_min_values
 
}; 
 
union {
   float *    float_max_values
 
   int32_t *    int32_max_values
 
   int64_t *    int64_max_values
 
}; 
 
浮點值 min_sample_rate
 
浮點值 max_sample_rate
 
void *  hal_data
 

詳細說明

定義位於檔案 vehicle.h 的第 1319 行。

欄位說明文件

union { ... }

指定屬性允許的最小值。對於沒有指定列舉的屬性,這項屬性是必要的。

union { ... }

指定屬性允許的最大值。對於沒有指定列舉的屬性,這項屬性是必要的。

union { ... }

區域屬性最小值的陣列。區塊屬性可以透過兩種方式指定最小 / 最大值:

  1. 所有區域都具有相同的最小 / 最大值:應設定 *_min/max_value,並將這個陣列設為空值。
  2. 所有區域都應有個別的最小 / 最大值:應填入 *_min/max_values 陣列,且陣列長度應與 *_zone_flags 指定的有效區域數量相同。

如果每個區域都沒有個別的最大值,則應為 NULL。

union { ... }

區域屬性最大值的陣列。請參閱上文瞭解使用方式。如果每個區域都沒有個別的最大值,則應為 NULL。如果不是 NULL,陣列長度應與 min_values 相符。

union { ... }

部分房源可能會有關聯區域 (例如空調),在這種情況下,設定檔應包含關聯區域的 OR 值。

union { ... }

房源專屬設定資訊。每個資源都會定義這項屬性的用法。

int32_t 存取權

定義屬性是讀取還是寫入。值應為列舉項目 vehicle_prop_access 的其中一個值。

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

int32_t change_mode

定義屬性是連續或變更時才會觸發。值應為枚舉值 vehicle_prop_change_mode。

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

int32_t config_array[4]

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

int32_t config_flags

如需一般設定資訊,請參閱

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

vehicle_str_t config_string

部分資源可能需要透過這個字串傳遞額外資訊。大多數資源都不需要設定這個值,在這種情況下,config_string.data 應為空值,而 config_string.len 應為 0。

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

float float_max_value

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

float* float_max_values

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

float float_min_value

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

float* float_min_values

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

void* hal_data

放置 HAL 實作專屬資料的預留位置。使用方式完全取決於 HAL 實作方式。

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

int32_t int32_max_value

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

int32_t* int32_max_values

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

int32_t int32_min_value

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

int32_t* int32_min_values

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

int64_t int64_max_value

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

int64_t* int64_max_values

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

int64_t int64_min_value

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

int64_t* int64_min_values

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

float max_sample_rate

以 Hz 為單位的最大取樣率。如果感應器類型為 VEHICLE_PROP_CHANGE_MODE_ON_CHANGE,則應為 0

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

float min_sample_rate

以 Hz 為單位的最小取樣率。如果感應器類型為 VEHICLE_PROP_CHANGE_MODE_ON_CHANGE,則應為 0

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

int32_t permission_model

定義存取資料所需的權限模型。

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

int32_t prop

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

int32_t value_type

用於此資源的資料類型。每個資源的類型都固定為此類型。請檢查 vehicle_value_type 的允許值。

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

int32_t vehicle_radio_num_presets

無線電模組儲存的預設值數量。如果沒有可用的預設值,請傳回 0。預設值的範圍為 1 (請參閱 VEHICLE_RADIO_PRESET_MIN_VALUE) 到 vehicle_radio_num_presets。

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

int32_t vehicle_seat_flags

這個值是透過 OR 運算一或多個枚舉值車輛座位成員而得出。

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

int32_t vehicle_window_flags

這個值是透過或運算一或多個枚舉值 vehicle_window 成員而得出。

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

int32_t vehicle_zone_flags

這個值是透過 OR 運算一或多個枚舉值 vehicle_zone 成員而得出。

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


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