code wiki / _hdl_build / nx_iot_ws_inject.nx
nx_iot_ws_inject.nx
buildroot/runtime/_hdl_build/nx_iot_ws_inject.nx
about
nx_iot_ws_inject.nx -- inject the IoT killer-feature workstreams into the WMS SSOT
(knowledge/store/ws-*, the registry the team/board reads) via the store's OWN API -- index-
consistent + idempotent + byte-verified (no raw seg-store write, no clobbering the seeder).
Registers: IOT-R4LIVE (DONE -- I built+gated nx_iot_hub_serve_realm) and PULSE-REVIVE (ACTIVE --
the engineer's progress-aware-revive task). Operator 2026-06-23 "both: inject + I build".
expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_workstream_store.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 9 | const K_MAGIC_262144: i64 = 262144 |
functions
| 11 | func iwi_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func iwi_cat(dst: *u8, off: i64, s: *u8) -> i64 { var i: i64=0; while s[i]!=(0 as u8){dst[off+i]=s[i]; i=i+1} return off+i } |
| 13 | func iwi_catn(dst: *u8, off: i64, v: i64) -> i64 |
| 20 | func iwi_has(buf: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 28 | func iwi_rec(out: *u8, id: *u8, empire: *u8, state: *u8, now: i64, mem: *u8, code: *u8) -> i64 |
| 41 | func iwi_put_verify(idkey: *u8, rec: *u8) -> i64 |
| 52 | func main() -> i64 |