init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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,
|
||||
CAN
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user