diff options
Diffstat (limited to 'CAN-binder/low-can-binding/binding/low-can-hat.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/binding/low-can-hat.hpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/CAN-binder/low-can-binding/binding/low-can-hat.hpp b/CAN-binder/low-can-binding/binding/low-can-hat.hpp index c0756f81..a1c8dad1 100644 --- a/CAN-binder/low-can-binding/binding/low-can-hat.hpp +++ b/CAN-binder/low-can-binding/binding/low-can-hat.hpp @@ -31,13 +31,7 @@ extern "C" struct afb_binding_interface; extern const struct afb_binding_interface *binder_interface; -struct event_filter_t { - double frequency; - double min; - double max; -}; - -void on_no_clients(std::string message); +void on_no_clients(const std::string& message); int read_message(sd_event_source *s, int fd, uint32_t revents, void *userdata); void subscribe(struct afb_req request); |