mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-06-12 01:25:59 +00:00
FC frame after sending and synchronous testing
This commit is contained in:
parent
16b2ed5a20
commit
3d586b3e0b
@ -52,6 +52,8 @@ namespace sta
|
|||||||
{
|
{
|
||||||
canBus_.send(msg);
|
canBus_.send(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
canBus_.tx_.processFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flags & STA_RTOS_CAN_FLAG_MSG_AVAIL)
|
if (flags & STA_RTOS_CAN_FLAG_MSG_AVAIL)
|
||||||
@ -67,6 +69,9 @@ namespace sta
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Synchronus message check
|
||||||
|
canBus_.processRx();
|
||||||
|
|
||||||
// Process ISOTP transmissions
|
// Process ISOTP transmissions
|
||||||
canBus_.processTx();
|
canBus_.processTx();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user