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
am: ac1287c8f6
Change-Id: Id5fdc194786a7cf5cd99133a7e397f296a686130
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