vehicle_value 联合体参考

vehicle_value 联合体参考

#include < vehicle.h >

数据字段

int32_t  int32_array [4]
 
浮点数 float_array [4]
 
int32_t  int32_value
 
int64_t  int64_value
 
浮点数 float_value
 
vehicle_str_t str_value
 
vehicle_bytes_t   bytes_value
 
vehicle_boolean_t boolean_value
 
vehicle_str_t info_vin
 
vehicle_str_t info_make
 
vehicle_str_t info_model
 
int32_t  info_model_year
 
浮点数 info_fuel_capacity
 
浮点数 vehicle_speed
 
浮点数 里程表
 
浮点数 engine_coolant_temperature
 
浮点数 engine_oil_temperature
 
浮点数 engine_rpm
 
int32_t  gear_selection
 
int32_t  gear_current_gear
 
int32_t  parking_brake
 
int32_t  is_fuel_level_low
 
int32_t  driving_status
 
int32_t  night_mode
 
int32_t  turn_signals
 
vehicle_hvac_t   hvac
 
浮点数 outside_temperature
 
浮点数 cabin_temperature
 

详细说明

定义位于文件 vehicle.h 1494 行。

字段文档

vehicle_boolean_t boolean_value

定义位于文件 vehicle.h 1506 行。

vehicle_bytes_t bytes_value

定义位于文件 vehicle.h 1505 行

float cabin_temperature

定义位于文件 vehicle.h 1556 行。

int32_t driving_status

定义位于文件 vehicle.h 1545 行。

float engine_coolant_temperature

定义位于文件 vehicle.h 1525 行。

float engine_oil_temperature

定义位于文件 vehicle.h 1529 行

float engine_rpm

定义位于文件 vehicle.h 1530 行。

float float_array[4]

定义位于文件 vehicle.h 1497 行

float float_value

定义位于文件 vehicle.h 1503 行

int32_t gear_current_gear

定义位于文件 vehicle.h 1536 行

int32_t gear_selection

定义位于文件 vehicle.h 1534 行。

定义位于文件 vehicle.h 1553 行

float info_fuel_capacity

定义位于文件 vehicle.h 1515 行

vehicle_str_t info_make

定义位于文件 vehicle.h 1510 行。

vehicle_str_t info_model

定义位于文件 vehicle.h 1511 行。

int32_t info_model_year

定义位于文件 vehicle.h 1512 行。

定义位于文件 vehicle.h 1509 行。

int32_t int32_array[4]

定义此结构的大小上限。

定义位于文件 vehicle.h 1496 行

int32_t int32_value

定义位于文件 vehicle.h 1501 行。

int64_t int64_value

定义位于文件 vehicle.h 1502 行。

int32_t is_fuel_level_low

定义位于文件 vehicle.h 1543 行

int32_t night_mode

定义位于文件 vehicle.h 1546 行

浮点里程表

定义位于文件 vehicle.h 1518 行。

float outside_temperature

定义位于文件 vehicle.h 1555 行。

int32_t parking_brake

定义位于文件 vehicle.h 1538 行。

vehicle_str_t str_value

定义位于文件 vehicle.h 1504 行。

int32_t turn_signals

定义位于文件 vehicle.h 1548 行

float vehicle_speed

定义位于文件 vehicle.h 1517 行。


此联合体的文档是根据以下文件生成的: