applILTxPending函数

applILTxPending函数

1、applILTxPending与output(msg) 相比较的优势是什么?

applILTxPending不用定义多条报文及其他报文参数,更适合周期发送数据库的报文,可以自由选择需要发送的报文,周期、发送类型;

1、applILTxPending与IG节点 相比较的优势是什么?

applILTxPending可以动态更改字节的内容,IG节点不行,且无法做逻辑处理;

1)applILTxPending函数的作用:对指定CANID的报文进行字节的预处理;

2)applILTxPending函数的说明:可以对每一帧报文的特定字节做数据操作处理;

(applILTxPending函数通常用于计算滚动的Checksum和Counter上,对字节的处理非常方便)

你可能感兴趣的:(网络)