extern_interface/src
ovizro 6fb6402219 feat(event): implement new event handling mechanism
- Rename and restructure event-related functions and data structures
- Introduce unique_ptr for automatic memory management of event arguments
- Add new event types and update existing ones
- Modify telemetry and host communication threads to use new event system
- Remove redundant code and optimize data handling
2024-11-30 18:26:46 +08:00
..
comframe.cpp refactor(comframe): move common definitions and implement serial port functions 2024-11-29 18:07:35 +08:00
event.cpp feat(event): implement new event handling mechanism 2024-11-30 18:26:46 +08:00
extern_interface.cpp feat(event): implement new event handling mechanism 2024-11-30 18:26:46 +08:00
host_com.cpp feat(event): implement new event handling mechanism 2024-11-30 18:26:46 +08:00