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

« Previous Version 4 Current »

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

  • No labels