extern_interface/tests
ovizro f46f39b2b2 feat(event): implement event handling mechanism
- Add event registration and triggering functionality
- Implement event callback mechanism
- Update exint_send to support event type
- Modify alarm and command handlers to use event mechanism
- Update test cases for event handling
2024-12-24 22:50:03 +08:00
..
handler feat(event): implement event handling mechanism 2024-12-24 22:50:03 +08:00
transport feat(exint): support UDP and Unix socket transport for telemetry 2024-12-19 18:00:09 +08:00
CMakeLists.txt feat(core): rename and restructure event handling and initialization 2024-12-14 14:39:28 +08:00
c_testcase.cpp refactor(logging): implement get_logger and set_logger functions 2024-12-10 15:53:48 +08:00
test_event.cpp feat(event): implement event handling mechanism 2024-12-24 22:50:03 +08:00
test_logging.cpp feat(external_interface): implement transport layer and refactor handlers 2024-12-18 23:08:16 +08:00
test_queue.cpp refactor(project): remove unused DataQueue implementation and CCfgFileParser 2024-12-06 22:08:52 +08:00