Versions Compared

Key

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

...

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

...