From c2f88ee8bec8cdd0ea573b54aee89a241c7d4deb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 18 Dec 2017 09:05:25 +0100 Subject: plugins: rename check_status -> initialize It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly. --- ext-falcon-bms-linear-acc/falcon-bms-ext.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext-falcon-bms-linear-acc') diff --git a/ext-falcon-bms-linear-acc/falcon-bms-ext.hpp b/ext-falcon-bms-linear-acc/falcon-bms-ext.hpp index d5d5216f..6fee7a76 100644 --- a/ext-falcon-bms-linear-acc/falcon-bms-ext.hpp +++ b/ext-falcon-bms-linear-acc/falcon-bms-ext.hpp @@ -8,5 +8,5 @@ struct falcon_bms_acceleration_ext : IExtension event_mask hook_types() override; falcon_bms_acceleration_ext(); void process_finished(Pose&p) override; - module_status check_status() override { return status_ok(); } + module_status initialize() override { return status_ok(); } }; -- cgit v1.2.3