mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Merge "Adds a test to verify proper marshaling of vectors of arrays in Java" am: f7ad111d72
am: c9710e4215
Change-Id: Id2c4993e0c1f68e35667ac9fb649134046348567
This commit is contained in:
@@ -76,6 +76,9 @@ interface IBase {
|
|||||||
|
|
||||||
someMethodWithVectorOfArray(VectorOfArray in) generates (VectorOfArray out);
|
someMethodWithVectorOfArray(VectorOfArray in) generates (VectorOfArray out);
|
||||||
|
|
||||||
|
someMethodTakingAVectorOfArray(vec<MacAddress> in)
|
||||||
|
generates (vec<MacAddress> out);
|
||||||
|
|
||||||
transpose(StringMatrix5x3 in) generates (StringMatrix3x5 out);
|
transpose(StringMatrix5x3 in) generates (StringMatrix3x5 out);
|
||||||
transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
|
transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user