#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | dataspeed_ulc_can::MsgUlcCfg |
struct | dataspeed_ulc_can::MsgUlcCmd |
struct | dataspeed_ulc_can::MsgUlcReport |
Namespaces | |
dataspeed_ulc_can | |
Macros | |
#define | BUILD_ASSERT(cond) do { (void) sizeof(char [1 - 2*!(cond)]); } while(0) |
Enumerations | |
enum | { dataspeed_ulc_can::ID_ULC_CMD = 0x076, dataspeed_ulc_can::ID_ULC_CONFIG = 0x077, dataspeed_ulc_can::ID_ULC_REPORT = 0x078 } |
Functions | |
static void | dataspeed_ulc_can::dispatchAssertSizes () |
#define BUILD_ASSERT | ( | cond | ) | do { (void) sizeof(char [1 - 2*!(cond)]); } while(0) |
Definition at line 89 of file dispatch.h.