init
This commit is contained in:
24
Common/DTS.Common.DAS.Concepts/DAS/DAS.Channel.cs
Normal file
24
Common/DTS.Common.DAS.Concepts/DAS/DAS.Channel.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* DAS.Channel.cs
|
||||
*
|
||||
* Copyright © 2009
|
||||
* Diversified Technical Systems, Inc.
|
||||
* All Rights Reserved
|
||||
*/
|
||||
|
||||
using DTS.Utilities;
|
||||
|
||||
namespace DTS.DAS.Concepts.DAS
|
||||
{
|
||||
/// <summary>
|
||||
/// Slice control app's internal abstract representation of a DAS channel.
|
||||
/// </summary>
|
||||
///
|
||||
/// <typeparam name="DataType">
|
||||
/// The "type" of the data contained by channels of this DAS.
|
||||
/// </typeparam>
|
||||
///
|
||||
public abstract class Channel<DataType> : Exceptional
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user