nx_gpu_capture_http_lib.nx
buildroot/runtime/nx_gpu_capture_http_lib.nx
about
nx_gpu_capture_http_lib.nx -- Handles HTTP requests for GPU capture operations, mapping error codes to JSON responses and sending them via the HTTP server.
dependencies 2 imports · 2 importers
imports: nx_gpu_capture_store_lib.nxnx_http_server.nx
imported by: nx_world_telemetry.nxnx_world_telemetry_gpu_candidate.nx
structs
| none |
consts
| 3 | const GCH_NO_CONTENT:i64=204 |
| 4 | const GCH_BAD_REQUEST:i64=400 |
| 5 | const GCH_CONFLICT:i64=409 |
| 6 | const GCH_TOO_LARGE:i64=413 |
| 7 | const GCH_UNAVAILABLE:i64=503 |
functions
| 8 | func gch_status(rc:i64)->i64 |
| 15 | func gch_error(rc:i64)->*u8 |
| 24 | func gch_handle(cfd:i64,prefix:*u8,query:*u8,qn:i64,body:*u8,bn:i64,max_body:i64,max_rows:i64)->i64 |
| 35 | func gch_method(cfd:i64)->i64 |