This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
source_files:
- Common/DTS.Common/Classes/Sensors/StreamOut/UDPStreamProfilePacket.cs
generated_at: "2026-04-17T16:10:35.133764+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "9b781bc3bbbe9743"
---
# StreamOut
### Purpose
Defines data structures for UDP streaming profile packets used in sensor data transmission. This module provides configuration containers that specify header, timing, and payload parameters for formatting sensor data streams over UDP.
### Public Interface
**`UDPStreamProfilePacket` (class)**
- A POCO (Plain Old CLR Object) containing configuration properties for UDP stream packet formatting.
**Properties (all public get/set):**
- `int TransHeader` - Default: 4. Transaction header configuration.
- `int TimeHeader` - Default: 24. Time header configuration.
- `int SecondTimeHeader` - Default: 0. Secondary time header configuration.
- `int ChannelSpecificDataWord` - Default: 0. Channel-specific data word.
- `int PCM