init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace DTS.Common.Enums.Sensors
|
||||
{
|
||||
/// <summary>
|
||||
/// describes different ways of filtering channels and sensors by type
|
||||
/// </summary>
|
||||
public enum PossibleFilters
|
||||
{
|
||||
All,
|
||||
Analog,
|
||||
Squib,
|
||||
DigitalIn,
|
||||
DigitalOut,
|
||||
UART,
|
||||
StreamOut,
|
||||
StreamIn
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
using DataPro.Common.Base;
|
||||
|
||||
namespace DataPro.Common.Interface
|
||||
{
|
||||
public interface ITileView : IBaseView { }
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
namespace DTS.Common.RibbonControl
|
||||
{
|
||||
public class SeparatorData : ControlData
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user