Apollo 10.0
自动驾驶开放平台
|
Public 类型 | |
enum | Scu_stopbutstType { SCU_STOPBUTST_UNPRESSED = 0 , SCU_STOPBUTST_PRESSED = 1 } |
enum | Scu_drvmodeType { SCU_DRVMODE_INVALID = 0 , SCU_DRVMODE_MANUAL = 1 , SCU_DRVMODE_INTERRUPT = 2 , SCU_DRVMODE_AUTO = 3 } |
enum | Scu_faultstType { SCU_FAULTST_NORMAL = 0 , SCU_FAULTST_FAULT = 1 } |
Public 属性 | |
optional int32 | vin16 = 1 |
optional Scu_stopbutstType | scu_stopbutst = 2 |
optional Scu_drvmodeType | scu_drvmode = 3 |
optional Scu_faultstType | scu_faultst = 4 |
枚举值 | |
---|---|
SCU_DRVMODE_INVALID | |
SCU_DRVMODE_MANUAL | |
SCU_DRVMODE_INTERRUPT | |
SCU_DRVMODE_AUTO |
枚举值 | |
---|---|
SCU_FAULTST_NORMAL | |
SCU_FAULTST_FAULT |
枚举值 | |
---|---|
SCU_STOPBUTST_UNPRESSED | |
SCU_STOPBUTST_PRESSED |
optional Scu_drvmodeType apollo::canbus::Scu_1_301::scu_drvmode = 3 |
optional Scu_faultstType apollo::canbus::Scu_1_301::scu_faultst = 4 |
optional Scu_stopbutstType apollo::canbus::Scu_1_301::scu_stopbutst = 2 |