feat(vtags): forward historized vtag results to IHistoryWriter (H5c, stillpending §1)

This commit is contained in:
Joseph Doherty
2026-06-15 10:26:25 -04:00
parent 83d3b9f7be
commit 0c6d4c5491
3 changed files with 106 additions and 3 deletions
@@ -32,6 +32,9 @@
<!-- IScriptLogPublisher lives in Core.Scripting; DpsScriptLogPublisher implements it
here so the concrete Akka DPS routing stays out of the Core layer. -->
<ProjectReference Include="..\..\Core\ZB.MOM.WW.OtOpcUa.Core.Scripting\ZB.MOM.WW.OtOpcUa.Core.Scripting.csproj"/>
<!-- IHistoryWriter / NullHistoryWriter live in Core.VirtualTags; VirtualTagHostActor forwards
historized VirtualTag results to it (H5c). The durable sink is wired by the host's DI. -->
<ProjectReference Include="..\..\Core\ZB.MOM.WW.OtOpcUa.Core.VirtualTags\ZB.MOM.WW.OtOpcUa.Core.VirtualTags.csproj"/>
</ItemGroup>
</Project>