rename XFactory.Regs to XFactory.Generators.
This commit is contained in:
@@ -158,8 +158,8 @@ and other syntaxes that read or write rotary axis values.</p>
|
||||
|
||||
<a id="Hi_NcParsers_LogicSyntaxs_RotaryAxisUtil_ConsumeAxis_" data-uid="Hi.NcParsers.LogicSyntaxs.RotaryAxisUtil.ConsumeAxis*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_LogicSyntaxs_RotaryAxisUtil_ConsumeAxis_System_Text_Json_Nodes_JsonObject_System_String_Hi_NcParsers_Sentence_Hi_NcParsers_NcDiagnosticProgress_" data-uid="Hi.NcParsers.LogicSyntaxs.RotaryAxisUtil.ConsumeAxis(System.Text.Json.Nodes.JsonObject,System.String,Hi.NcParsers.Sentence,Hi.NcParsers.NcDiagnosticProgress)">
|
||||
ConsumeAxis(JsonObject, string, Sentence, NcDiagnosticProgress)
|
||||
<h3 id="Hi_NcParsers_LogicSyntaxs_RotaryAxisUtil_ConsumeAxis_System_Text_Json_Nodes_JsonObject_System_String_Hi_NcParsers_ISentenceCarrier_Hi_NcParsers_NcDiagnosticProgress_" data-uid="Hi.NcParsers.LogicSyntaxs.RotaryAxisUtil.ConsumeAxis(System.Text.Json.Nodes.JsonObject,System.String,Hi.NcParsers.ISentenceCarrier,Hi.NcParsers.NcDiagnosticProgress)">
|
||||
ConsumeAxis(JsonObject, string, ISentenceCarrier, NcDiagnosticProgress)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -170,7 +170,7 @@ Returns the value and removes the key, or null if not present.</p>
|
||||
<p>
|
||||
A non-numeric value (e.g. <code>"#124"</code> left by the parser stage)
|
||||
raises <code>VariableExpression--Unevaluated</code> via
|
||||
<a class="xref" href="Hi.NcParsers.SoftNcUtil.html#Hi_NcParsers_SoftNcUtil_GetParsedDouble_System_Text_Json_Nodes_JsonObject_System_String_Hi_NcParsers_Sentence_Hi_NcParsers_NcDiagnosticProgress_">GetParsedDouble(JsonObject, string, Sentence, NcDiagnosticProgress)</a> instead of silently dropping
|
||||
<a class="xref" href="Hi.NcParsers.SoftNcUtil.html#Hi_NcParsers_SoftNcUtil_GetParsedDouble_System_Text_Json_Nodes_JsonObject_System_String_Hi_NcParsers_ISentenceCarrier_Hi_NcParsers_NcDiagnosticProgress_">GetParsedDouble(JsonObject, string, ISentenceCarrier, NcDiagnosticProgress)</a> instead of silently dropping
|
||||
the post-processor hint. The key is consumed regardless so downstream
|
||||
syntaxes do not re-process it.
|
||||
</p>
|
||||
@@ -178,7 +178,7 @@ syntaxes do not re-process it.
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static double? ConsumeAxis(JsonObject parsing, string axisName, Sentence sentence, NcDiagnosticProgress diag)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static double? ConsumeAxis(JsonObject parsing, string axisName, ISentenceCarrier sentenceCarrier, NcDiagnosticProgress diag)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -187,7 +187,7 @@ syntaxes do not re-process it.
|
||||
<dd></dd>
|
||||
<dt><code>axisName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>sentence</code> <a class="xref" href="Hi.NcParsers.Sentence.html">Sentence</a></dt>
|
||||
<dt><code>sentenceCarrier</code> <a class="xref" href="Hi.NcParsers.ISentenceCarrier.html">ISentenceCarrier</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>diag</code> <a class="xref" href="Hi.NcParsers.NcDiagnosticProgress.html">NcDiagnosticProgress</a></dt>
|
||||
<dd></dd>
|
||||
|
||||
Reference in New Issue
Block a user