|
@@ -534,11 +534,12 @@ void ExecSend()
|
|
xraw.set_bext(false);
|
|
xraw.set_bext(false);
|
|
xraw.set_bremote(false);
|
|
xraw.set_bremote(false);
|
|
xraw.set_len(32);
|
|
xraw.set_len(32);
|
|
- if(nCount == 10)
|
|
|
|
|
|
+// if(nCount == 10)
|
|
|
|
+ if(nCount%2 == 1) //25Ede zhouqi shi 20ms
|
|
{
|
|
{
|
|
iv::can::canraw * pxraw25E = xmsg.add_rawmsg();
|
|
iv::can::canraw * pxraw25E = xmsg.add_rawmsg();
|
|
pxraw25E->CopyFrom(xraw);
|
|
pxraw25E->CopyFrom(xraw);
|
|
- nCount = 0;
|
|
|
|
|
|
+// nCount = 0;
|
|
}
|
|
}
|
|
xmsg.set_channel(0);
|
|
xmsg.set_channel(0);
|
|
xmsg.set_index(gnIndex);
|
|
xmsg.set_index(gnIndex);
|