Implement logic core facade

This commit is contained in:
2026-04-11 09:40:59 +08:00
parent 96d862ec56
commit 18f40840ba
3 changed files with 115 additions and 4 deletions

View File

@@ -63,13 +63,15 @@ Implemented behavior:
### Node 4: core facade
Files planned after session:
Files completed in this step:
- `KeyBorad/KeyBorad/LOGIC/Lgc_Core.h`
- `KeyBorad/KeyBorad/LOGIC/Lgc_Core.cpp`
Target behavior:
Implemented behavior:
- give APP one small entry point
- forward start/poll/close to session
- refresh state from handshake results
- start CDC handshake through session
- expose `Start / Poll / Close / GetState`
- refresh state from `HelloRsp`
- update a simple action text when packets arrive