mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Merge "Added test for overloading." am: a3ba3c359c
am: 51eac9ecae
Change-Id: I4e57905a1d5d22759021db4412f44b635da6e494
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