C# 클래스 Plugins.ElectricalConductivity

ElectricalConductivity input data using the ElectricalConductivity kit from Atlast Scientific http://atlas-scientific.com/product_pages/kits/ec-kit.html The ElectricalConductivity stamp provides simple UART based serial communication for data. It also provides temperature compensation, so the EC plugin has both an Input Callback and and Output Callback, to allow the temperature input plugin to update the EC plugin.
상속: Controller.InputPlugin
파일 보기 프로젝트 열기: h07r0d/Netduino-Aquarium-Controller

공개 메소드들

메소드 설명
Dispose ( ) : void
ElectricalConductivity ( ) : System
ElectricalConductivity ( object _config ) : System
EventHandler ( object _sender, IPluginData _data ) : void

Records the last temperature reading from the Temperature Plugin

TimerCallback ( object state ) : void

비공개 메소드들

메소드 설명
GetPPM ( ) : float

Takes reading from Atlas Scientific ElectricalConductivity Stamp

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ElectricalConductivity() 공개 메소드

public ElectricalConductivity ( ) : System
리턴 System

ElectricalConductivity() 공개 메소드

public ElectricalConductivity ( object _config ) : System
_config object
리턴 System

EventHandler() 공개 메소드

Records the last temperature reading from the Temperature Plugin
public EventHandler ( object _sender, IPluginData _data ) : void
_sender object Object that raised the callback
_data IPluginData Last reading
리턴 void

TimerCallback() 공개 메소드

public TimerCallback ( object state ) : void
state object
리턴 void