20 lines
824 B
Markdown
20 lines
824 B
Markdown
|
|
---
|
||
|
|
source_files:
|
||
|
|
- Common/DTS.CommonCore/Enums/SliceSimpleArm/SSACommands.cs
|
||
|
|
generated_at: "2026-04-17T16:38:55.388061+00:00"
|
||
|
|
model: "zai-org/GLM-5-FP8"
|
||
|
|
schema_version: 1
|
||
|
|
sha256: "9955e959b81580a0"
|
||
|
|
---
|
||
|
|
|
||
|
|
# Documentation: SSACommands.cs
|
||
|
|
|
||
|
|
## 1. Purpose
|
||
|
|
This module defines the communication protocol vocabulary for the "SliceSimpleArm" subsystem within the `DTS.CommonCore` library. It provides two enumerations, `SSACommand` and `SSAResponse`, which standardize the instruction set sent to the hardware or subsystem and the status codes returned, ensuring type-safe interaction between the caller and the SliceSimpleArm device logic.
|
||
|
|
|
||
|
|
## 2. Public Interface
|
||
|
|
|
||
|
|
### `enum SSACommand`
|
||
|
|
Defines the specific operations that can be requested of the SliceSimpleArm device.
|
||
|
|
* **Members:**
|
||
|
|
* `ConfigureDevice`: Instruction to
|