tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class NcRunner
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class NcRunner</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class NcRunner : IControlRunner</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -116,6 +116,12 @@ Class NcRunner
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.Numerical.FilePlayers.IControlRunner.html">IControlRunner</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
@@ -180,8 +186,8 @@ Class NcRunner
|
||||
|
||||
<a id="Hi_Numerical_FilePlayers_NcRunner__ctor_" data-uid="Hi.Numerical.FilePlayers.NcRunner.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_FilePlayers_NcRunner__ctor_Hi_Numerical_NcEnv_Hi_MachiningProcs_SessionMessageHost_" data-uid="Hi.Numerical.FilePlayers.NcRunner.#ctor(Hi.Numerical.NcEnv,Hi.MachiningProcs.SessionMessageHost)">
|
||||
NcRunner(NcEnv, SessionMessageHost)
|
||||
<h3 id="Hi_Numerical_FilePlayers_NcRunner__ctor_Hi_Common_PacePlayer_Hi_Numerical_NcEnv_Hi_MachiningProcs_SessionMessageHost_" data-uid="Hi.Numerical.FilePlayers.NcRunner.#ctor(Hi.Common.PacePlayer,Hi.Numerical.NcEnv,Hi.MachiningProcs.SessionMessageHost)">
|
||||
NcRunner(PacePlayer, NcEnv, SessionMessageHost)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -190,11 +196,13 @@ Class NcRunner
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public NcRunner(NcEnv ncEnv, SessionMessageHost millingProcessMessage)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public NcRunner(PacePlayer pacePlayer, NcEnv ncEnv, SessionMessageHost millingProcessMessage)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>pacePlayer</code> <a class="xref" href="Hi.Common.PacePlayer.html">PacePlayer</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>ncEnv</code> <a class="xref" href="Hi.Numerical.NcEnv.html">NcEnv</a></dt>
|
||||
<dd><p>The NC environment settings</p>
|
||||
</dd>
|
||||
@@ -314,6 +322,37 @@ Class NcRunner
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_FilePlayers_NcRunner_PacePlayer_" data-uid="Hi.Numerical.FilePlayers.NcRunner.PacePlayer*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_FilePlayers_NcRunner_PacePlayer" data-uid="Hi.Numerical.FilePlayers.NcRunner.PacePlayer">
|
||||
PacePlayer
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public PacePlayer PacePlayer { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Common.PacePlayer.html">PacePlayer</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_FilePlayers_NcRunner_SessionMessageHost_" data-uid="Hi.Numerical.FilePlayers.NcRunner.SessionMessageHost*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_FilePlayers_NcRunner_SessionMessageHost" data-uid="Hi.Numerical.FilePlayers.NcRunner.SessionMessageHost">
|
||||
@@ -350,10 +389,37 @@ Class NcRunner
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Numerical_FilePlayers_NcRunner_RunRawNcLines_" data-uid="Hi.Numerical.FilePlayers.NcRunner.RunRawNcLines*"></a>
|
||||
<a id="Hi_Numerical_FilePlayers_NcRunner_ResetFileIndex_" data-uid="Hi.Numerical.FilePlayers.NcRunner.ResetFileIndex*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_FilePlayers_NcRunner_RunRawNcLines_System_String_System_Collections_Generic_IEnumerable_System_String__System_Threading_CancellationToken_" data-uid="Hi.Numerical.FilePlayers.NcRunner.RunRawNcLines(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
|
||||
RunRawNcLines(string, IEnumerable<string>, CancellationToken)
|
||||
<h3 id="Hi_Numerical_FilePlayers_NcRunner_ResetFileIndex" data-uid="Hi.Numerical.FilePlayers.NcRunner.ResetFileIndex">
|
||||
ResetFileIndex()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Resets the file index to zero.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void ResetFileIndex()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_FilePlayers_NcRunner_RunControlLines_" data-uid="Hi.Numerical.FilePlayers.NcRunner.RunControlLines*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_FilePlayers_NcRunner_RunControlLines_System_String_System_Collections_Generic_IEnumerable_System_String__System_Threading_CancellationToken_" data-uid="Hi.Numerical.FilePlayers.NcRunner.RunControlLines(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
|
||||
RunControlLines(string, IEnumerable<string>, CancellationToken)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -362,7 +428,7 @@ Class NcRunner
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IEnumerable<(NcLine NcLine, IAct Act)> RunRawNcLines(string relNcFilePath, IEnumerable<string> lines, CancellationToken cancellationToken)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public IEnumerable<SourceCommandActEntry> RunControlLines(string relNcFilePath, IEnumerable<string> lines, CancellationToken cancellationToken)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -380,7 +446,7 @@ Class NcRunner
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><(<a class="xref" href="Hi.Numerical.NcLine.html">NcLine</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-hi.numerical.ncline,hi.numerical.acts.iact-.ncline">NcLine</a>, <a class="xref" href="Hi.Numerical.Acts.IAct.html">IAct</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-hi.numerical.ncline,hi.numerical.acts.iact-.act">Act</a>)></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="Hi.Numerical.FilePlayers.SourceCommandActEntry.html">SourceCommandActEntry</a>></dt>
|
||||
<dd><p>Enumerable of NcLine and Act pairs</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user