Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CANMSG_DATA

Description

This structure contains the dynamic information for a CAN message.

Members


typedef struct {
    CPU_INT16U    Id;
    CANMSG_PARA  *Cfg;
    void         *Next;
} CANMSG_DATA;

Member

Meaning

Id

The unique message identifier

Cfg

The pointer to the corresponding CAN message parameters

Next

The pointer to the next message in the message list