Rev 73 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 73 | Rev 127 | ||
|---|---|---|---|
| Line 13... | Line 13... | ||
| 13 | 13 | ||
| 14 | /*----------------------------------------------------------------------------- |
14 | /*----------------------------------------------------------------------------- |
| 15 | * Public Functions |
15 | * Public Functions |
| 16 | *---------------------------------------------------------------------------*/ |
16 | *---------------------------------------------------------------------------*/ |
| 17 | 17 | ||
| 18 | void ProtocolParseCanMessage( |
18 | void ProtocolParseCanMessage(Can_Message_t *cmsg) { |
| 19 | /* parse as protocol message */ |
19 | /* parse as protocol message */ |
| 20 | ProtocolMessage_t pmsg; |
20 | ProtocolMessage_t pmsg; |
| 21 | pmsg.Header.Raw = cmsg->Id; |
21 | pmsg.Header.Raw = cmsg->Id; |
| 22 | } |
22 | } |