Phase 2 PR 11 � HistoryReadEvents IPC (alarm history) #10
Reference in New Issue
Block a user
Delete Branch "phase-2-pr11-history-events"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Exposes HistorianDataSource.ReadEventsAsync through IPC for OPC UA HistoryReadEvents + alarm-history use cases. New GalaxyHistoricalEvent DTO carries both EventTime and ReceivedTime (distinct from live GalaxyAlarmEvent which is a single point-in-time with StateTransition � historical rows have no lifecycle context). Branches off PR 10 to share the MessageKind enum extension. 3 new tests, 34/34 Host.Tests Unit pass.