C# Class Gor.Devices.Humidity_Air_HIH4000

Inheritance: Sensor
Mostrar archivo Open project: gamondue/GOR-4H-16 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 adc, int channel, System.Logger Logger ) : System
Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 Adc, int Channel, string CalibrationFile, System.Logger Logger ) : System
Initialization ( ) : void
Measure ( ) : List

Value containing all the info about the measurement

Read ( ) : string

Read and convert the value from the ADC

ReadInt ( ) : int

Return the value not converted asreaded from the ADC

Method Details

Humidity_Air_HIH4000() public method

public Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 adc, int channel, System.Logger Logger ) : System
Name string
Simulation bool
adc Adc_MCP3208
channel int
Logger System.Logger
return System

Humidity_Air_HIH4000() public method

public Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 Adc, int Channel, string CalibrationFile, System.Logger Logger ) : System
Name string
Simulation bool
Adc Adc_MCP3208
Channel int
CalibrationFile string
Logger System.Logger
return System

Initialization() public method

public Initialization ( ) : void
return void

Measure() public method

Value containing all the info about the measurement
public Measure ( ) : List
return List

Read() public method

Read and convert the value from the ADC
public Read ( ) : string
return string

ReadInt() public method

Return the value not converted asreaded from the ADC
public ReadInt ( ) : int
return int