mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Add a method to trigger multiple FMQ blocking reads."
This commit is contained in:
@@ -91,4 +91,14 @@ interface ITestMsgQ {
|
||||
*
|
||||
*/
|
||||
oneway requestBlockingRead(int32_t count);
|
||||
|
||||
/*
|
||||
* This method requests the service to repeatedly trigger blocking reads.
|
||||
*
|
||||
* @param count Number of messages to read in a single blocking read.
|
||||
* @param numIter Number of blocking reads to trigger.
|
||||
*
|
||||
*/
|
||||
oneway requestBlockingReadRepeat(int32_t count, int32_t numIter);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user