Big changes

This commit is contained in:
Duc
2025-03-13 12:04:22 -07:00
parent c689fcb7f9
commit ffa9905494
748 changed files with 199255 additions and 3743 deletions

View File

@@ -0,0 +1,15 @@
using System.Runtime.Serialization;
namespace Raytheon.Instruments
{
[DataContract]
public enum EloadModuleMode
{
[EnumMember]
RESISTANCE,
[EnumMember]
VOLTAGE,
[EnumMember]
CURRENT
}
}