mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: remove dead DirectoryLineSelected join; fix SelfviewPositionFb description
DirectoryLineSelected (digital 101, FromSIMPL) had no handler anywhere in VideoCodecBase.cs — directory selection is driven by analog 101 (DirectorySelectRow). DirectoryEntryIsContact (ToSIMPL) already documents the output side of that join. Removed the dead inbound entry. SelfviewPositionFb (serial 211) description "advance selfview position" read like a command; updated to "Current selfview PIP position string FB" to accurately reflect that it is a ToSIMPL feedback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f2f4662c8d
commit
4058040330
1 changed files with 1 additions and 17 deletions
|
|
@ -442,22 +442,6 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps;
|
||||||
JoinType = eJoinType.Digital
|
JoinType = eJoinType.Digital
|
||||||
});
|
});
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Directory Line Selected
|
|
||||||
/// </summary>
|
|
||||||
[JoinName("DirectoryLineSelected")]
|
|
||||||
public JoinDataComplete DirectoryLineSelected = new JoinDataComplete(
|
|
||||||
new JoinData
|
|
||||||
{
|
|
||||||
JoinNumber = 101,
|
|
||||||
JoinSpan = 1
|
|
||||||
},
|
|
||||||
new JoinMetadata
|
|
||||||
{
|
|
||||||
Description = "Directory Line Selected FB",
|
|
||||||
JoinCapabilities = eJoinCapabilities.FromSIMPL,
|
|
||||||
JoinType = eJoinType.Digital
|
|
||||||
});
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Directory Is Root
|
/// Directory Is Root
|
||||||
|
|
@ -1873,7 +1857,7 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps;
|
||||||
},
|
},
|
||||||
new JoinMetadata
|
new JoinMetadata
|
||||||
{
|
{
|
||||||
Description = "advance selfview position",
|
Description = "Current selfview PIP position string FB",
|
||||||
JoinCapabilities = eJoinCapabilities.ToSIMPL,
|
JoinCapabilities = eJoinCapabilities.ToSIMPL,
|
||||||
JoinType = eJoinType.Serial
|
JoinType = eJoinType.Serial
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue