init
This commit is contained in:
20
docs/ai/Common/DTS.CommonCore/Enums/SliceSimpleArm.md
Normal file
20
docs/ai/Common/DTS.CommonCore/Enums/SliceSimpleArm.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user