C# Класс Plugins.pH

pH input data using the pH kit from Atlast Scientific http://atlas-scientific.com/product_pages/kits/ph-kit.html The pH stamp provides simple UART based serial communication for data. It also provides temperature compensation, so the pH plugin has both an Input Callback and and Output Callback, to allow the temperature input plugin to update the pH plugin.
Наследование: Controller.InputPlugin
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
EventHandler ( object _sender, IPluginData _data ) : void

Records the last temperature reading from the Temperature Plugin

TimerCallback ( object state ) : void
pH ( ) : System
pH ( object _config ) : System

Приватные методы

Метод Описание
CalculatePH ( ) : float

Takes reading from Atlas Scientific pH Stamp

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

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

pH() публичный Метод

public pH ( ) : System
Результат System

pH() публичный Метод

public pH ( object _config ) : System
_config object
Результат System