Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This structure contains the dynamic information for a CAN message.

Prototype

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

  • No labels