mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Merge "Revert "Remove test for overloaded function.""
am: 45ca9939a0
Change-Id: Ie40c94a2e3271f4aaf4b36caf8f91fc0a0d3b24d
This commit is contained in:
@@ -80,6 +80,7 @@ interface IFoo {
|
||||
};
|
||||
|
||||
doThis(float param);
|
||||
doThis(uint32_t param);
|
||||
doThatAndReturnSomething(int64_t param) generates (int32_t result);
|
||||
doQuiteABit(int32_t a, int64_t b, float c, double d) generates (double something);
|
||||
doSomethingElse(int32_t[15] param) generates (int32_t[32] something);
|
||||
|
||||
Reference in New Issue
Block a user