25 lines
967 B
Markdown
25 lines
967 B
Markdown
|
|
---
|
||
|
|
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
|