c95824a65d
Full read-only SDK (src/AVEVA.Historian.Client) implementing the CLAUDE.md required
surface against AVEVA Historian's binary WCF protocol — no native AVEVA runtime
dependency. All operations live-verified against a local Historian:
- ProbeAsync, ReadRawAsync, ReadAggregateAsync, ReadAtTimeAsync, ReadEventsAsync
- BrowseTagNamesAsync, GetTagMetadataAsync (17 native data-type codes mapped)
- GetConnectionStatusAsync, GetStoreForwardStatusAsync, GetSystemParameterAsync
- 108/108 unit + integration tests pass
Includes the reverse-engineering toolkit (tools/AVEVA.Historian.ReverseEngineering)
used to decode the protocol: WCF probes, IL inspection via dnlib, and IL-rewrite
instrumentation (instrument-wcf-{write,read}message etc.) plus the .NET Framework
trace harness (tools/AVEVA.Historian.NativeTraceHarness) for parity testing.
Sanitized handoff evidence under docs/reverse-engineering/. Native AVEVA binaries
(current/, aveva-install-x64/, aveva-install-x86/) are gitignored — fetch separately
from the AVEVA installer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
68 lines
2.5 KiB
JSON
68 lines
2.5 KiB
JSON
{
|
|
"Path": "C:\\Users\\dohertj2\\Desktop\\histsdk\\current\\aahClientManaged.dll",
|
|
"Filter": "ArchestrA.HistoryQuery.MoveNext",
|
|
"IsILOnly": false,
|
|
"IsMixedMode": true,
|
|
"Methods": [
|
|
{
|
|
"DeclaringType": "ArchestrA.HistoryQuery",
|
|
"Name": {
|
|
"String": "MoveNext",
|
|
"Data": "TW92ZU5leHQ=",
|
|
"Length": 8,
|
|
"DataLength": 8
|
|
},
|
|
"Token": "0x060062A2",
|
|
"Rva": "0x004405D4",
|
|
"IsStatic": false,
|
|
"IsPublic": true,
|
|
"HasBody": true,
|
|
"InstructionCount": 67,
|
|
"Calls": [
|
|
{
|
|
"Offset": "0x0004",
|
|
"OpCode": "call",
|
|
"Operand": "HistorianClient* ArchestrA.BaseQuery::GetClient(ArchestrA.HistorianAccessError\u0026)",
|
|
"Token": "0x060061B5"
|
|
},
|
|
{
|
|
"Offset": "0x0029",
|
|
"OpCode": "call",
|
|
"Operand": "System.Void ArchestrA.HistoryQueryResult::CleanResult()",
|
|
"Token": "0x06006262"
|
|
},
|
|
{
|
|
"Offset": "0x004D",
|
|
"OpCode": "call",
|
|
"Operand": "DataQueryResultRow* ArchestrA.HistoryQueryResult::get_UnmanagedQueryResult()",
|
|
"Token": "0x06006263"
|
|
},
|
|
{
|
|
"Offset": "0x0054",
|
|
"OpCode": "call",
|
|
"Operand": "System.Boolean modopt(System.Runtime.CompilerServices.CallConvCdecl) \u003CModule\u003E::HistorianClient.GetNextRow\u003Cclass DataQueryResultRow\u003E(HistorianClient* modopt(System.Runtime.CompilerServices.IsConst) modopt(System.Runtime.CompilerServices.IsConst),System.UInt32 modopt(System.Runtime.CompilerServices.IsLong),DataQueryResultRow*,SError* modopt(System.Runtime.CompilerServices.IsImplicitlyDereferenced))",
|
|
"Token": "0x0600588D"
|
|
},
|
|
{
|
|
"Offset": "0x006E",
|
|
"OpCode": "call",
|
|
"Operand": "System.Void ArchestrA.HistoryQueryResult::InitializeBasicProperties()",
|
|
"Token": "0x06006260"
|
|
},
|
|
{
|
|
"Offset": "0x007F",
|
|
"OpCode": "call",
|
|
"Operand": "System.Void \u003CModule\u003E::___CxxCallUnwindDtor(System.Void (System.Void*),System.Void*)",
|
|
"Token": "0x06005C0F"
|
|
},
|
|
{
|
|
"Offset": "0x0087",
|
|
"OpCode": "call",
|
|
"Operand": "System.Void modopt(System.Runtime.CompilerServices.CallConvCdecl) \u003CModule\u003E::SError.ClearErrorDetail(SError* modopt(System.Runtime.CompilerServices.IsConst) modopt(System.Runtime.CompilerServices.IsConst))",
|
|
"Token": "0x06000165"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|