This commit is contained in:
2025-11-16 17:27:05 +08:00
parent 643a14956d
commit dbbe3303b3
665 changed files with 1697 additions and 1018 deletions
@@ -209,7 +209,8 @@ Class TimeMapping
<dd><p>The machining tool house containing available tools.</p>
</dd>
<dt><code>baseDirectoryGetter</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
<dd><p>The function to get the base directory for file paths.</p>
</dd>
</dl>
@@ -244,7 +245,8 @@ Class TimeMapping
<dd><p>The XML element containing the mapping data.</p>
</dd>
<dt><code>baseDirectoryGetter</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
<dd><p>The function to get the base directory for resolving relative file paths.</p>
</dd>
</dl>
@@ -310,7 +312,8 @@ All relative file paths in the mapping are resolved against this directory.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets or sets the function to get the base directory for resolving file paths.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -912,7 +915,8 @@ This method is thread-safe and can be called concurrently.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Maps steps to time shots based on actual time.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -922,13 +926,17 @@ This method is thread-safe and can be called concurrently.</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>timeShotRelFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>The relative file path for time shots.</p>
</dd>
<dt><code>cycleSamplingMode</code> <a class="xref" href="Hi.Mapping.StepTimeShotUtil.html">StepTimeShotUtil</a>.<a class="xref" href="Hi.Mapping.StepTimeShotUtil.CycleSamplingMode.html">CycleSamplingMode</a></dt>
<dd></dd>
<dd><p>The cycle sampling mode.</p>
</dd>
<dt><code>sessionMessageHost</code> <a class="xref" href="Hi.MachiningProcs.SessionMessageHost.html">SessionMessageHost</a></dt>
<dd></dd>
<dd><p>The session message host for logging.</p>
</dd>
<dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a>?</dt>
<dd></dd>
<dd><p>The cancellation token.</p>
</dd>
</dl>