|
ADTF Device Toolbox SDK
|
#include <flexray_database_intf.h>
Public Types | |
| enum | tDataType { dtInvalid = 0 , dtInt8 = 1 , dtInt16 = 2 , dtInt32 = 3 , dtInt64 = 4 , dtUInt8 = 5 , dtUInt16 = 6 , dtUInt32 = 7 , dtUInt64 = 8 , dtBool = 9 , dtFloat32 = 10 , dtFloat64 = 11 , dtAsciiString = 12 , dtUnicode2String = 13 , dtByteField = 14 , dtBitField = 15 } |
Public Attributes | |
| const char * | strID |
| FIBEX ID of the signal. | |
| const char * | strShortName |
| Short name of the signal. | |
| const char * | strDescription |
| Description of signal. | |
| const char * | strUnit |
| Unit of the signal. | |
| uint16_t | nDataType |
| See definition of tDataType. | |
| uint16_t | nBitlen |
| Count of bits. | |
| bool | bSigned |
| Indicates if signal is signed value or not. | |
| double | fDefault |
| Default value. | |
| uint32_t | nCompInfoCount |
| Count of elements in CompInfo Array. | |
| tCompInfo * | paCompInfo |
| CompInfo Array. | |
| tECUID | nECUID |
| ID of sending ECUs. | |
| tPDUID | nPDUID |
| ID of PDU. | |
| uint16_t | nBitPos |
| BIT-POSITION of this signal within the PDU. | |
| bool | bByteOrderMotorola |
| byte order of signal is motorola | |
Signal information structure
Raw data type