Typedef hi_can::packet_callback_t¶ Defined in File hi_can_packet.hpp Typedef Documentation¶ typedef std::function<void(const hi_can::Packet&)> hi_can::packet_callback_t¶ A callback function which takes a Packet as an argument and returns nothing.