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"
This commit is contained in:
@@ -76,6 +76,9 @@ interface IBase {
|
||||
|
||||
someMethodWithVectorOfArray(VectorOfArray in) generates (VectorOfArray out);
|
||||
|
||||
someMethodTakingAVectorOfArray(vec<MacAddress> in)
|
||||
generates (vec<MacAddress> out);
|
||||
|
||||
transpose(StringMatrix5x3 in) generates (StringMatrix3x5 out);
|
||||
transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user