init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* DTS.Slice.Control.Event.DasModuleChannelAccessor.cs
|
||||
*
|
||||
* Copyright © 2009
|
||||
* Diversified Technical Systems, Inc.
|
||||
* All Rights Reserved
|
||||
*/
|
||||
|
||||
using DTS.Common.Utilities;
|
||||
|
||||
namespace DTS.Slice.Control
|
||||
{
|
||||
// *** see DTS.Slice.Control.Event.cs ***
|
||||
public partial class Event
|
||||
{
|
||||
/// <summary>
|
||||
/// An object returned during Event creation that allows access to the event's channel information
|
||||
/// by DAS ID/DAS module number/module channel number triplet.
|
||||
/// </summary>
|
||||
public class DasModuleChannelAccessor : ExceptionalDictionary<Common.DAS.Concepts.DAS.Id, ModuleChannelAccessor>
|
||||
{
|
||||
/// <summary>
|
||||
/// Initialize an instance of the DTS.Slice.Control.Event.DasModuleChannelAccessor class.
|
||||
/// </summary>
|
||||
public DasModuleChannelAccessor() { }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user