mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-28 18:57:33 +00:00
FC frame after sending and synchronous testing
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user