3 Commits

Author SHA1 Message Date
dutchpsycho 3bcfe1cccd clang: formatted 2026-05-06 09:32:58 +10:00
dutchpsycho 0f7e1e5147 controller/ipc: split pipe protocol handlers 2026-05-06 09:11:07 +10:00
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