mirror of
https://github.com/8damon/Blackbird-Platform
synced 2026-06-21 13:41:12 +00:00
375dbd1aff
Replace Blackbird_controller_ipc.c with ipc.cpp. Critical section handles are now wrapped through g_DriverLock.get() using the RAII lock wrapper introduced in the private header. The IPC server dispatch loop and all command handler stubs are preserved functionally. Refs #11.