canfd_list
Purpose:
-
List the Can Messages that the CanFD driver has been requested to send.
Enter:
-
canfd_listĀ [-c <channel>] [-a] [name=<regname>]
Where:
| -c | Optional. Specify the channel number to use. |
| -a | Optional. Specify this flag to display all messages. |
| name | Optional. Specify the register name. The default is used if not specified. |
Example:
-
-
canfd_list
List all messages on the default channelcanfd_list name=CanFD2
List all messages on the default channel with a CanFD task started with the register name “CanFD2”.canfd_list -a
List all messages between all CanFD tasks and all interfaces.
-