Files
2026-04-17 14:55:32 -04:00

967 B

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
Common/DTS.Common/Classes/Sensors/StreamOut/UDPStreamProfilePacket.cs
2026-04-17T16:10:35.133764+00:00 zai-org/GLM-5-FP8 1 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