Classes | |
class | Dbc |
struct | DbcAttribute |
class | DbcBuilder |
class | DbcMessage |
struct | DbcMessageComment |
class | DbcSignal |
struct | DbcSignalComment |
struct | DbcSignalValueType |
struct | EmptyData |
class | LineParser |
class | LineParserAtEOLException |
class | LineParserExceptionBase |
class | LineParserInvalidCharException |
class | LineParserLenZeroException |
class | pdu |
Enumerations | |
enum | ByteOrder |
enum | DataType |
enum | IdType |
enum | MultiplexerMode |
enum | ReadDoubleState |
enum | SignType |
Functions | |
static int32_t | ConvertToMTBitOrdering (uint32_t bit, uint32_t dlc) |
static int32_t | ConvertToMTBitOrdering (uint32_t bit) |
static void | Pack (uint8_t *data, const NewEagle::DbcSignal &signal) |
static NewEagle::DbcAttribute | ReadAttribute (NewEagle::LineParser parser) |
static NewEagle::DbcMessage | ReadMessage (NewEagle::LineParser parser) |
static NewEagle::DbcMessageComment | ReadMessageComment (NewEagle::LineParser parser) |
static NewEagle::DbcSignal | ReadSignal (NewEagle::LineParser parser) |
static NewEagle::DbcSignalComment | ReadSignalComment (NewEagle::LineParser parser) |
static NewEagle::DbcSignalValueType | ReadSignalValueType (NewEagle::LineParser parser) |
static double | Unpack (uint8_t *data, const NewEagle::DbcSignal &signal) |
Variables | |
BIG_END | |
DOUBLE | |
EXT | |
FLOAT | |
INT | |
LITTLE_END | |
MUX_SIGNAL | |
MUX_SWITCH | |
NONE | |
READ_E | |
READ_SIGN | |
READING_EXP | |
READING_FRACTION | |
READING_WHOLE_NUMBER | |
SIGNED | |
STD | |
UNSIGNED | |