Commit Graph

1 Commits

Author SHA1 Message Date
dutchpsycho 375dbd1aff controller/ipc: port IPC server and client protocol handler to C++
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.
2026-04-17 10:00:00 +00:00