STM32Cube Expansion Pack CAN Stack
|
Database that holds the spec defined informations. More...
Enumerations | |
enum | CanFT2p0_NameType { Fueltech_SwitchPanel, FuelTech_ECU_FT500, FuelTech_O2Nano, CanFT2p0_ObjectName_unknown } |
enum | CanFT2p0_MeasureID { CanFt2p0_unknown_MeasureID = 0x0000, TPS_MeasureID = 0x0002, MAP_MeasureID = 0x0004, AirTemp_MeasureID = 0x0006, EngineTemp_MeasureID = 0x0008, Cyl1_O2_MeasureID = 0x0026, Cyl2_O2_MeasureID = 0x0028, LeftBank_O2_MeasureID = 0x004A, RightBank_O2_MeasureID = 0x004C, General_O2_MeasureID = 0x004E, SwitchPanel_ButtonStates_MeasureID = 0xF000, SwitchPanel_DimCtrl_MeasureID = 0xF002, SwitchPanel_RedCtrl_MeasureID = 0xF004, SwitchPanel_GreenCtrl_MeasureID = 0xF006, SwitchPanel_BlueCtrl_MeasureID = 0xF008 } |
Uses the MeasureIDs in an enum style. | |
enum | CanFT2p0_DB_ChannelNameType { FT_Switchpanel_Data, FT_Switchpanel_Ctrl, FT_WbO2Nano_Data, FT_WbO2Nano_VersionInfo, FT_WbO2Nano_ShortInfo, FT_WbO2Nano_VeryShortMsg, FT_VersionInfoRequest, FT_ShortInfoRequest, FT_VeryShortInfoRequest, ChannelName_unknown } |
this is the name list of known communication channels More... | |
Variables | |
CanFT2p0_DBChannelType | Fueltech_DB_Channels [] |
Describes the channels. | |
CanFT2p0_DB_ChannelNameType | Fueltech_SwitchPanel_RxChannel [] |
Describes the channel to control a Fueltech Switchpanel. More... | |
CanFT2p0_DB_ChannelNameType | Fueltech_SwitchPanel_TxChannel [] |
Describes the channel transmitted from a Fueltech Switchpanel. More... | |
CanFT2p0_DB_ChannelNameType | Fueltech_WbO2Nano_RxChannel [] |
Describes the channel to control a Fueltech Wideband O2 Nano. More... | |
CanFT2p0_DB_ChannelNameType | Fueltech_WbO2Nano_TxChannel [] |
Describes the channel transmitted from a Fueltech Wideband O2 Nano. More... | |
CanFT2p0_DataBaseType | RS601_Fueltech_DB [] |
known Fueltech product specifications More... | |
Database that holds the spec defined informations.
this is the name list of known communication channels
Definition at line 64 of file CanFT2p0_DatabaseCfg.h.
enum CanFT2p0_NameType |
we use a symbolic name to select the handling Das sind die Namen welche für CanFT2p0_DataBaseType RS601_Fueltech_DB[] genutzt werden
Enumerator | |
---|---|
Fueltech_SwitchPanel | it is a Switch Panel |
FuelTech_ECU_FT500 | it is a FT500 ECU |
FuelTech_O2Nano | it is a O2 Nano |
CanFT2p0_ObjectName_unknown | for searching and error handling |
Definition at line 24 of file CanFT2p0_DatabaseCfg.h.
CanFT2p0_DB_ChannelNameType Fueltech_SwitchPanel_RxChannel[] |
Describes the channel to control a Fueltech Switchpanel.
the Switchpanel has only on "RX Channel" that controls the lighting.
Definition at line 81 of file CanFT2p0_DatabaseCfg.cpp.
CanFT2p0_DB_ChannelNameType Fueltech_SwitchPanel_TxChannel[] |
Describes the channel transmitted from a Fueltech Switchpanel.
the Switchpanel has only on "TX Channel" that deliveres the button states.
Definition at line 87 of file CanFT2p0_DatabaseCfg.cpp.
CanFT2p0_DB_ChannelNameType Fueltech_WbO2Nano_RxChannel[] |
Describes the channel to control a Fueltech Wideband O2 Nano.
Es ist die Frage wie geht man mit den Filtern um?
Definition at line 96 of file CanFT2p0_DatabaseCfg.cpp.
CanFT2p0_DB_ChannelNameType Fueltech_WbO2Nano_TxChannel[] |
Describes the channel transmitted from a Fueltech Wideband O2 Nano.
Definition at line 104 of file CanFT2p0_DatabaseCfg.cpp.
CanFT2p0_DataBaseType RS601_Fueltech_DB[] |
known Fueltech product specifications
Definition at line 117 of file CanFT2p0_DatabaseCfg.cpp.