|
ADTF Device Toolbox SDK
|
Namespace for functionality provided by V3.0.0. More...
Classes | |
| class | cFlexRayFrameVector |
| class | IFlexRayCoder |
| class | IFlexRayDatabase |
| class | IFlexRaySupport |
| struct | stream_meta_type_flexray |
| struct | stream_meta_type_flexray_properties |
| struct | tClusterConfig |
| struct | tClusterNameLst |
| struct | tCompInfo |
| struct | tCycleInfo |
| struct | tECUConfig |
| struct | tECUInfo |
| struct | tECUNameLst |
| struct | tFlexRayData |
| struct | tFrameInfo |
| struct | tFramePDUInfo |
| struct | tOrderedSignalInfo |
| struct | tPDUInfo |
| struct | tSignalGroupInfo |
| struct | tSignalInfo |
| struct | tSignalPDUMappingConfig |
| struct | tSignalValue |
Typedefs | |
| using | tDeviceChannel = uint8_t |
| typedef uint8_t | tNetworkID |
| FlexRay Network/Cluster ID. | |
| typedef uint8_t | tChannelABID |
| typedef uint8_t | tChannelID |
| typedef uint8_t | tCycleID |
| FlexRay cycle ID (0..63) | |
| typedef uint16_t | tSlotID |
| FlexRay slot ID (1..2047) | |
| typedef uint32_t | tSignalID |
| FlexRay signal ID. | |
| typedef uint32_t | tPDUID |
| FlexRay PDU (Protocol Data Unit) ID. | |
| typedef uint32_t | tECUID |
| FlexRay ECU (Electronic Communication Unit) ID. | |
Namespace for functionality provided by V3.0.0.
| typedef uint8_t adtf::devicetb::sdk::flexray::axle::tChannelABID |
FlexRay Channel A = 0 or B = 1
| typedef uint8_t adtf::devicetb::sdk::flexray::axle::tChannelID |
FlexRay Cluster and Channel ID (FLEXRAY_CHANNEL_A, FLEXRAY_CHANNEL_B, FLEXRAY_CHANNEL_AB). First four Bits: FlexRay Cluster ID. See tNetworkID. Last four Bits: tChannelABID (1 = A, 2 = B or 3 = A and B). Example: 0x52: Cluster 5 and Channel B.