summaryrefslogtreecommitdiffstats
path: root/src/tests/sbus_codegen_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/sbus_codegen_tests.c')
-rw-r--r--src/tests/sbus_codegen_tests.c50
1 files changed, 25 insertions, 25 deletions
diff --git a/src/tests/sbus_codegen_tests.c b/src/tests/sbus_codegen_tests.c
index dccb5e314..e0b4b1d1a 100644
--- a/src/tests/sbus_codegen_tests.c
+++ b/src/tests/sbus_codegen_tests.c
@@ -543,31 +543,31 @@ struct test_pilot pilot_iface = {
{ &test_pilot_meta, 0 },
.Eject = eject_handler,
- .test_pilot_get_FullName = pilot_get_full_name_handler,
- .test_pilot_get_byte = pilot_get_byte_handler,
- .test_pilot_get_boolean = pilot_get_boolean_handler,
- .test_pilot_get_int16 = pilot_get_int16_handler,
- .test_pilot_get_uint16 = pilot_get_uint16_handler,
- .test_pilot_get_int32 = pilot_get_int32_handler,
- .test_pilot_get_uint32 = pilot_get_uint32_handler,
- .test_pilot_get_int64 = pilot_get_int64_handler,
- .test_pilot_get_uint64 = pilot_get_uint64_handler,
- .test_pilot_get_double = pilot_get_double_handler,
- .test_pilot_get_string = pilot_get_string_handler,
- .test_pilot_get_object_path = pilot_get_objpath_handler,
- .test_pilot_get_null_string = pilot_get_null_string_handler,
- .test_pilot_get_null_path = pilot_get_null_path_handler,
-
- .test_pilot_get_byte_array = pilot_get_byte_array_handler,
- .test_pilot_get_int16_array = pilot_get_int16_array_handler,
- .test_pilot_get_uint16_array = pilot_get_uint16_array_handler,
- .test_pilot_get_int32_array = pilot_get_int32_array_handler,
- .test_pilot_get_uint32_array = pilot_get_uint32_array_handler,
- .test_pilot_get_int64_array = pilot_get_int64_array_handler,
- .test_pilot_get_uint64_array = pilot_get_uint64_array_handler,
- .test_pilot_get_double_array = pilot_get_double_array_handler,
- .test_pilot_get_string_array = pilot_get_string_array_handler,
- .test_pilot_get_object_path_array = pilot_get_path_array_handler,
+ .get_FullName = pilot_get_full_name_handler,
+ .get_byte = pilot_get_byte_handler,
+ .get_boolean = pilot_get_boolean_handler,
+ .get_int16 = pilot_get_int16_handler,
+ .get_uint16 = pilot_get_uint16_handler,
+ .get_int32 = pilot_get_int32_handler,
+ .get_uint32 = pilot_get_uint32_handler,
+ .get_int64 = pilot_get_int64_handler,
+ .get_uint64 = pilot_get_uint64_handler,
+ .get_double = pilot_get_double_handler,
+ .get_string = pilot_get_string_handler,
+ .get_object_path = pilot_get_objpath_handler,
+ .get_null_string = pilot_get_null_string_handler,
+ .get_null_path = pilot_get_null_path_handler,
+
+ .get_byte_array = pilot_get_byte_array_handler,
+ .get_int16_array = pilot_get_int16_array_handler,
+ .get_uint16_array = pilot_get_uint16_array_handler,
+ .get_int32_array = pilot_get_int32_array_handler,
+ .get_uint32_array = pilot_get_uint32_array_handler,
+ .get_int64_array = pilot_get_int64_array_handler,
+ .get_uint64_array = pilot_get_uint64_array_handler,
+ .get_double_array = pilot_get_double_array_handler,
+ .get_string_array = pilot_get_string_array_handler,
+ .get_object_path_array = pilot_get_path_array_handler,
};
static int pilot_test_server_init(struct sbus_connection *server, void *unused)