#include "api/api.hpp" namespace iflytop { using namespace std; class ProtocolEventBusSender : public ZIEventBusSender { IZCanCmder* m_zcan_cmder = nullptr; public: void initialize(IZCanCmder* zcan_cmder); virtual void push_reg_state_change_event(int32_t moduleid, int32_t event_id, int32_t eventval) override; }; } // namespace iflytop