tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class SessionMessageHost
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class SessionMessageHost : IMessageHost</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class SessionMessageHost : IMessageKit</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ Class SessionMessageHost
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.Common.Messages.IMessageHost.html">IMessageHost</a></div>
|
||||
<div><a class="xref" href="Hi.Common.Messages.IMessageKit.html">IMessageKit</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -184,38 +184,6 @@ Class SessionMessageHost
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_SessionMessageHost_IsStableIndexAlwaysAtEnd_" data-uid="Hi.MachiningProcs.SessionMessageHost.IsStableIndexAlwaysAtEnd*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_IsStableIndexAlwaysAtEnd" data-uid="Hi.MachiningProcs.SessionMessageHost.IsStableIndexAlwaysAtEnd">
|
||||
IsStableIndexAlwaysAtEnd
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets whether the stable index should always be at the end of the collection.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsStableIndexAlwaysAtEnd { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_SessionMessageHost_MessageCollection_" data-uid="Hi.MachiningProcs.SessionMessageHost.MessageCollection*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_MessageCollection" data-uid="Hi.MachiningProcs.SessionMessageHost.MessageCollection">
|
||||
@@ -229,7 +197,7 @@ The getter is for readonly. Do not edit the collection directly.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SynList<MachiningMessage> MessageCollection { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public SynList<SessionMessage> MessageCollection { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -238,7 +206,7 @@ The getter is for readonly. Do not edit the collection directly.</p>
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Common.Collections.SynList-1.html">SynList</a><<a class="xref" href="Hi.MachiningProcs.MachiningMessage.html">MachiningMessage</a>></dt>
|
||||
<dt><a class="xref" href="Hi.Common.Collections.SynList-1.html">SynList</a><<a class="xref" href="Hi.MachiningProcs.SessionMessage.html">SessionMessage</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -352,33 +320,32 @@ The term stable means it is thread safe to access range from 0 to StableIndex(ex
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_SessionMessageHost_GenAlwaysStableTorch_" data-uid="Hi.MachiningProcs.SessionMessageHost.GenAlwaysStableTorch*"></a>
|
||||
<a id="Hi_MachiningProcs_SessionMessageHost_GetFliteredList_" data-uid="Hi.MachiningProcs.SessionMessageHost.GetFliteredList*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_GenAlwaysStableTorch_System_Boolean_" data-uid="Hi.MachiningProcs.SessionMessageHost.GenAlwaysStableTorch(System.Boolean)">
|
||||
GenAlwaysStableTorch(bool)
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_GetFliteredList_Hi_MachiningProcs_SessionMessageHost_FilterFlag_System_String_" data-uid="Hi.MachiningProcs.SessionMessageHost.GetFliteredList(Hi.MachiningProcs.SessionMessageHost.FilterFlag,System.String)">
|
||||
GetFliteredList(FilterFlag, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Generates a new <a class="xref" href="Hi.MachiningProcs.SessionMessageHost.AlwaysStableTorch.html">SessionMessageHost.AlwaysStableTorch</a> instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SessionMessageHost.AlwaysStableTorch GenAlwaysStableTorch(bool isStableIndexAlwaysAtEnd)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public List<SessionMessage> GetFliteredList(SessionMessageHost.FilterFlag flags, string filterText)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>isStableIndexAlwaysAtEnd</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd><p>Whether the index should always be stable.</p>
|
||||
</dd>
|
||||
<dt><code>flags</code> <a class="xref" href="Hi.MachiningProcs.SessionMessageHost.html">SessionMessageHost</a>.<a class="xref" href="Hi.MachiningProcs.SessionMessageHost.FilterFlag.html">FilterFlag</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>filterText</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.MachiningProcs.SessionMessageHost.html">SessionMessageHost</a>.<a class="xref" href="Hi.MachiningProcs.SessionMessageHost.AlwaysStableTorch.html">AlwaysStableTorch</a></dt>
|
||||
<dd><p>A new <a class="xref" href="Hi.MachiningProcs.SessionMessageHost.AlwaysStableTorch.html">SessionMessageHost.AlwaysStableTorch</a> instance.</p>
|
||||
</dd>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.MachiningProcs.SessionMessage.html">SessionMessage</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -393,8 +360,8 @@ The term stable means it is thread safe to access range from 0 to StableIndex(ex
|
||||
|
||||
<a id="Hi_MachiningProcs_SessionMessageHost_GetSourceCommand_" data-uid="Hi.MachiningProcs.SessionMessageHost.GetSourceCommand*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_GetSourceCommand_Hi_MachiningProcs_MachiningMessage_" data-uid="Hi.MachiningProcs.SessionMessageHost.GetSourceCommand(Hi.MachiningProcs.MachiningMessage)">
|
||||
GetSourceCommand(MachiningMessage)
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_GetSourceCommand_Hi_MachiningProcs_SessionMessage_" data-uid="Hi.MachiningProcs.SessionMessageHost.GetSourceCommand(Hi.MachiningProcs.SessionMessage)">
|
||||
GetSourceCommand(SessionMessage)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -403,19 +370,19 @@ The term stable means it is thread safe to access range from 0 to StableIndex(ex
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ISourceCommand GetSourceCommand(MachiningMessage machiningMessage)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ISourceCommand GetSourceCommand(SessionMessage machiningMessage)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>machiningMessage</code> <a class="xref" href="Hi.MachiningProcs.MachiningMessage.html">MachiningMessage</a></dt>
|
||||
<dt><code>machiningMessage</code> <a class="xref" href="Hi.MachiningProcs.SessionMessage.html">SessionMessage</a></dt>
|
||||
<dd><p>The machining message to find the source command for.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.MillingSteps.ISourceCommand.html">ISourceCommand</a></dt>
|
||||
<dt><a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a></dt>
|
||||
<dd><p>The source command that generated the message, or null if not found.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -430,66 +397,6 @@ The term stable means it is thread safe to access range from 0 to StableIndex(ex
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_SessionMessageHost_PopAlwaysStable_" data-uid="Hi.MachiningProcs.SessionMessageHost.PopAlwaysStable*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_PopAlwaysStable" data-uid="Hi.MachiningProcs.SessionMessageHost.PopAlwaysStable">
|
||||
PopAlwaysStable()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Pops the previous stable index state.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void PopAlwaysStable()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_SessionMessageHost_PushAlwaysStable_" data-uid="Hi.MachiningProcs.SessionMessageHost.PushAlwaysStable*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_PushAlwaysStable_System_Boolean_" data-uid="Hi.MachiningProcs.SessionMessageHost.PushAlwaysStable(System.Boolean)">
|
||||
PushAlwaysStable(bool)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Pushes the current stable index state and sets a new state.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void PushAlwaysStable(bool isStableIndexAlwaysAtEnd)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>isStableIndexAlwaysAtEnd</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd><p>The new stable index state.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_SessionMessageHost_SetStableIndexToEnd_" data-uid="Hi.MachiningProcs.SessionMessageHost.SetStableIndexToEnd*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_SessionMessageHost_SetStableIndexToEnd" data-uid="Hi.MachiningProcs.SessionMessageHost.SetStableIndexToEnd">
|
||||
|
||||
Reference in New Issue
Block a user