> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/holoscan/sensor-bridge/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/holoscan/sensor-bridge/_mcp/server.

# hololink::emulation::sensors::SystemFsmState

```cpp showLineNumbers={false}
enum hololink::emulation::sensors::SystemFsmState : uint8_t
```

***

## Values

| Name             | Value   |
| ---------------- | ------- |
| `SYSTEM_HW_STBY` | `= 0x0` |
| `SYSTEM_UP`      | `= 0x1` |
| `BOOT`           | `= 0x2` |
| `SW_STBY`        | `= 0x3` |
| `STREAMING`      | `= 0x4` |
| `STALL`          | `= 0x5` |
| `HALT`           | `= 0x6` |