File tree 4 files changed +46
-0
lines changed
4 files changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ class TypeLookupServicePublisher
383
383
PUBLISHER_TYPE_CREATOR_FUNCTION (ArraySingleDimensionLiteralsWString);
384
384
PUBLISHER_TYPE_CREATOR_FUNCTION (ArrayString);
385
385
PUBLISHER_TYPE_CREATOR_FUNCTION (ArrayStructure);
386
+ PUBLISHER_TYPE_CREATOR_FUNCTION (ArrayUInt8);
386
387
PUBLISHER_TYPE_CREATOR_FUNCTION (ArrayULong);
387
388
PUBLISHER_TYPE_CREATOR_FUNCTION (ArrayULongLong);
388
389
PUBLISHER_TYPE_CREATOR_FUNCTION (ArrayUShort);
@@ -408,6 +409,7 @@ class TypeLookupServicePublisher
408
409
PUBLISHER_TYPE_CREATOR_FUNCTION (BitMaskStructure);
409
410
PUBLISHER_TYPE_CREATOR_FUNCTION (BoundedBitMaskStructure);
410
411
PUBLISHER_TYPE_CREATOR_FUNCTION (EnumStructure);
412
+ PUBLISHER_TYPE_CREATOR_FUNCTION (EnumWithValuesStructure);
411
413
PUBLISHER_TYPE_CREATOR_FUNCTION (FinalBooleanStruct);
412
414
PUBLISHER_TYPE_CREATOR_FUNCTION (FinalCharStruct);
413
415
PUBLISHER_TYPE_CREATOR_FUNCTION (FinalDoubleStruct);
Original file line number Diff line number Diff line change @@ -395,6 +395,7 @@ class TypeLookupServiceSubscriber
395
395
SUBSCRIBER_TYPE_CREATOR_FUNCTION (ArraySingleDimensionLiteralsWString);
396
396
SUBSCRIBER_TYPE_CREATOR_FUNCTION (ArrayString);
397
397
SUBSCRIBER_TYPE_CREATOR_FUNCTION (ArrayStructure);
398
+ SUBSCRIBER_TYPE_CREATOR_FUNCTION (ArrayUInt8);
398
399
SUBSCRIBER_TYPE_CREATOR_FUNCTION (ArrayULong);
399
400
SUBSCRIBER_TYPE_CREATOR_FUNCTION (ArrayULongLong);
400
401
SUBSCRIBER_TYPE_CREATOR_FUNCTION (ArrayUShort);
@@ -420,6 +421,7 @@ class TypeLookupServiceSubscriber
420
421
SUBSCRIBER_TYPE_CREATOR_FUNCTION (BitMaskStructure);
421
422
SUBSCRIBER_TYPE_CREATOR_FUNCTION (BoundedBitMaskStructure);
422
423
SUBSCRIBER_TYPE_CREATOR_FUNCTION (EnumStructure);
424
+ SUBSCRIBER_TYPE_CREATOR_FUNCTION (EnumWithValuesStructure);
423
425
SUBSCRIBER_TYPE_CREATOR_FUNCTION (FinalBooleanStruct);
424
426
SUBSCRIBER_TYPE_CREATOR_FUNCTION (FinalCharStruct);
425
427
SUBSCRIBER_TYPE_CREATOR_FUNCTION (FinalDoubleStruct);
Original file line number Diff line number Diff line change 2016
2016
}
2017
2017
]
2018
2018
},
2019
+ {
2020
+ "TestCase" : " Case_arrays_ArrayUInt8" ,
2021
+ "participants" : [
2022
+ {
2023
+ "kind" : " publisher" ,
2024
+ "samples" : " 10" ,
2025
+ "timeout" : " 10" ,
2026
+ "expected_matches" : " 1" ,
2027
+ "known_types" : [
2028
+ " ArrayUInt8"
2029
+ ]
2030
+ },
2031
+ {
2032
+ "kind" : " subscriber" ,
2033
+ "samples" : " 10" ,
2034
+ "timeout" : " 10" ,
2035
+ "expected_matches" : " 1" ,
2036
+ "known_types" : []
2037
+ }
2038
+ ]
2039
+ },
2019
2040
{
2020
2041
"TestCase" : " Case_arrays_ArrayULong" ,
2021
2042
"participants" : [
Original file line number Diff line number Diff line change 62
62
"known_types" : []
63
63
}
64
64
]
65
+ },
66
+ {
67
+ "TestCase" : " Case_enumerations_EnumWithValuesStructure" ,
68
+ "participants" : [
69
+ {
70
+ "kind" : " publisher" ,
71
+ "samples" : " 10" ,
72
+ "timeout" : " 10" ,
73
+ "expected_matches" : " 1" ,
74
+ "known_types" : [
75
+ " EnumWithValuesStructure"
76
+ ]
77
+ },
78
+ {
79
+ "kind" : " subscriber" ,
80
+ "samples" : " 10" ,
81
+ "timeout" : " 10" ,
82
+ "expected_matches" : " 1" ,
83
+ "known_types" : []
84
+ }
85
+ ]
65
86
}
66
87
]
67
88
}
You can’t perform that action at this time.
0 commit comments