386 lines
7.5 KiB
C#
386 lines
7.5 KiB
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
using 垂直剖面动态观测系统.Common;
|
|||
|
|
|
|||
|
|
namespace 垂直剖面动态观测系统.Model
|
|||
|
|
{
|
|||
|
|
public class Switch_Model : NotifyBase
|
|||
|
|
{
|
|||
|
|
private bool _fB_CH4_Power;
|
|||
|
|
|
|||
|
|
public bool FB_CH4_Power
|
|||
|
|
{
|
|||
|
|
get { return _fB_CH4_Power; }
|
|||
|
|
set { _fB_CH4_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_CH4_Data;
|
|||
|
|
|
|||
|
|
public bool FB_CH4_Data
|
|||
|
|
{
|
|||
|
|
get { return _fB_CH4_Data; }
|
|||
|
|
set { _fB_CH4_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_CO2_Power;
|
|||
|
|
|
|||
|
|
public bool FB_CO2_Power
|
|||
|
|
{
|
|||
|
|
get { return _fB_CO2_Power; }
|
|||
|
|
set { _fB_CO2_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_CO2_Data;
|
|||
|
|
|
|||
|
|
public bool FB_CO2_Data
|
|||
|
|
{
|
|||
|
|
get { return _fB_CO2_Data; }
|
|||
|
|
set { _fB_CO2_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _fB_METS_Power;
|
|||
|
|
|
|||
|
|
public bool FB_METS_Power
|
|||
|
|
{
|
|||
|
|
get { return _fB_METS_Power; }
|
|||
|
|
set { _fB_METS_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_METS_Data;
|
|||
|
|
|
|||
|
|
public bool FB_METS_Data
|
|||
|
|
{
|
|||
|
|
get { return _fB_METS_Data; }
|
|||
|
|
set { _fB_METS_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _fB_Sailing_CH4_Power;
|
|||
|
|
|
|||
|
|
public bool FB_Sailing_CH4_Power
|
|||
|
|
{
|
|||
|
|
get { return _fB_Sailing_CH4_Power; }
|
|||
|
|
set { _fB_Sailing_CH4_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_Sailing_CH4_Data;
|
|||
|
|
|
|||
|
|
public bool FB_Sailing_CH4_Data
|
|||
|
|
{
|
|||
|
|
get { return _fB_Sailing_CH4_Data; }
|
|||
|
|
set { _fB_Sailing_CH4_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _fB_Air_Power;
|
|||
|
|
|
|||
|
|
public bool FB_Air_Power
|
|||
|
|
{
|
|||
|
|
get { return _fB_Air_Power; }
|
|||
|
|
set { _fB_Air_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_Air_Data;
|
|||
|
|
|
|||
|
|
public bool FB_Air_Data
|
|||
|
|
{
|
|||
|
|
get { return _fB_Air_Data; }
|
|||
|
|
set { _fB_Air_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _fB_CTD_Power;
|
|||
|
|
|
|||
|
|
public bool FB_CTD_Power
|
|||
|
|
{
|
|||
|
|
get { return _fB_CTD_Power; }
|
|||
|
|
set { _fB_CTD_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_CTD_Data;
|
|||
|
|
|
|||
|
|
public bool FB_CTD_Data
|
|||
|
|
{
|
|||
|
|
get { return _fB_CTD_Data; }
|
|||
|
|
set { _fB_CTD_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _fB_Attitude_Power;
|
|||
|
|
|
|||
|
|
public bool FB_Attitude_Power
|
|||
|
|
{
|
|||
|
|
get { return _fB_Attitude_Power; }
|
|||
|
|
set { _fB_Attitude_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_Attitude_Data;
|
|||
|
|
|
|||
|
|
public bool FB_Attitude_Data
|
|||
|
|
{
|
|||
|
|
get { return _fB_Attitude_Data; }
|
|||
|
|
set { _fB_Attitude_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _fB_Adcp_Power;
|
|||
|
|
|
|||
|
|
public bool FB_Adcp_Power
|
|||
|
|
{
|
|||
|
|
get { return _fB_Adcp_Power; }
|
|||
|
|
set { _fB_Adcp_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _fB_Adcp_Data;
|
|||
|
|
|
|||
|
|
public bool FB_Adcp_Data
|
|||
|
|
{
|
|||
|
|
get { return _fB_Adcp_Data; }
|
|||
|
|
set { _fB_Adcp_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
private bool _jBH_CH4_Power;
|
|||
|
|
|
|||
|
|
public bool JBH_CH4_Power
|
|||
|
|
{
|
|||
|
|
get { return _jBH_CH4_Power; }
|
|||
|
|
set { _jBH_CH4_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
private bool _jBH_CH4_Data;
|
|||
|
|
|
|||
|
|
public bool JBH_CH4_Data
|
|||
|
|
{
|
|||
|
|
get { return _jBH_CH4_Data; }
|
|||
|
|
set { _jBH_CH4_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _jBH_CO2_Power;
|
|||
|
|
|
|||
|
|
public bool JBH_CO2_Power
|
|||
|
|
{
|
|||
|
|
get { return _jBH_CO2_Power; }
|
|||
|
|
set { _jBH_CO2_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _jBH_CO2_Data;
|
|||
|
|
|
|||
|
|
public bool JBH_CO2_Data
|
|||
|
|
{
|
|||
|
|
get { return _jBH_CO2_Data; }
|
|||
|
|
set { _jBH_CO2_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _jBH_METS_Power;
|
|||
|
|
|
|||
|
|
public bool JBH_METS_Power
|
|||
|
|
{
|
|||
|
|
get { return _jBH_METS_Power; }
|
|||
|
|
set { _jBH_METS_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _jBH_METS_Data;
|
|||
|
|
|
|||
|
|
public bool JBH_METS_Data
|
|||
|
|
{
|
|||
|
|
get { return _jBH_METS_Data; }
|
|||
|
|
set { _jBH_METS_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _jBH_Attitude_Power;
|
|||
|
|
|
|||
|
|
public bool JBH_Attitude_Power
|
|||
|
|
{
|
|||
|
|
get { return _jBH_Attitude_Power; }
|
|||
|
|
set { _jBH_Attitude_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _jBH_Attitude_Data;
|
|||
|
|
|
|||
|
|
public bool JBH_Attitude_Data
|
|||
|
|
{
|
|||
|
|
get { return _jBH_Attitude_Data; }
|
|||
|
|
set { _jBH_Attitude_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _jBH_CTD_Power;
|
|||
|
|
|
|||
|
|
public bool JBH_CTD_Power
|
|||
|
|
{
|
|||
|
|
get { return _jBH_CTD_Power; }
|
|||
|
|
set { _jBH_CTD_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _jBH_CTD_Data;
|
|||
|
|
|
|||
|
|
public bool JBH_CTD_Data
|
|||
|
|
{
|
|||
|
|
get { return _jBH_CTD_Data; }
|
|||
|
|
set { _jBH_CTD_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _jBH_Adcp_Power;
|
|||
|
|
|
|||
|
|
public bool JBH_Adcp_Power
|
|||
|
|
{
|
|||
|
|
get { return _jBH_Adcp_Power; }
|
|||
|
|
set { _jBH_Adcp_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
private bool _jBH_Adcp_Data;
|
|||
|
|
|
|||
|
|
public bool JBH_Adcp_Data
|
|||
|
|
{
|
|||
|
|
get { return _jBH_Adcp_Data; }
|
|||
|
|
set { _jBH_Adcp_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
private bool _qB_Adcp300_Power;
|
|||
|
|
|
|||
|
|
public bool QB_Adcp300_Power
|
|||
|
|
{
|
|||
|
|
get { return _qB_Adcp300_Power; }
|
|||
|
|
set { _qB_Adcp300_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _qB_Adcp300_Data;
|
|||
|
|
|
|||
|
|
public bool QB_Adcp300_Data
|
|||
|
|
{
|
|||
|
|
get { return _qB_Adcp300_Data; }
|
|||
|
|
set { _qB_Adcp300_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _qB_CO2_Power;
|
|||
|
|
|
|||
|
|
public bool QB_CO2_Power
|
|||
|
|
{
|
|||
|
|
get { return _qB_CO2_Power; }
|
|||
|
|
set { _qB_CO2_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _qB_CO2_Data;
|
|||
|
|
|
|||
|
|
public bool QB_CO2_Data
|
|||
|
|
{
|
|||
|
|
get { return _qB_CO2_Data; }
|
|||
|
|
set { _qB_CO2_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _qB_METS_Power;
|
|||
|
|
|
|||
|
|
public bool QB_METS_Power
|
|||
|
|
{
|
|||
|
|
get { return _qB_METS_Power; }
|
|||
|
|
set { _qB_METS_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _qB_METS_Data;
|
|||
|
|
|
|||
|
|
public bool QB_METS_Data
|
|||
|
|
{
|
|||
|
|
get { return _qB_METS_Data; }
|
|||
|
|
set { _qB_METS_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _qB_CTD_Power;
|
|||
|
|
|
|||
|
|
public bool QB_CTD_Power
|
|||
|
|
{
|
|||
|
|
get { return _qB_CTD_Power; }
|
|||
|
|
set { _qB_CTD_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _qB_CTD_Data;
|
|||
|
|
|
|||
|
|
public bool QB_CTD_Data
|
|||
|
|
{
|
|||
|
|
get { return _qB_CTD_Data; }
|
|||
|
|
set { _qB_CTD_Data = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
private bool _qB_SSTX_Power;
|
|||
|
|
|
|||
|
|
public bool QB_SSTX_Power
|
|||
|
|
{
|
|||
|
|
get { return _qB_SSTX_Power; }
|
|||
|
|
set { _qB_SSTX_Power = value; this.DoNotify(); }
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|