init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface IChannelGRMSSummary : IBaseClass
|
||||
{
|
||||
string ChannelName { get; set; }
|
||||
int SampleRate { get; set; }
|
||||
double GRMS { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user