#include <cphidgetphsensor.h>
Public Member Functions | |
int (CCONV *fptrPHChange)(CPhidgetPHSensorHandle | |
Public Attributes | |
void | double |
void * | fptrPHChangeptr |
double | PH |
double | PHChangeTrigger |
CPhidget | phid |
double | PHLastTrigger |
double | phMax |
double | phMin |
double | Potential |
double | potentialMax |
double | potentialMin |
double | Temperature |
Gets the sensed PH.
phid | An attached phidget ph sensor handle. |
ph | The PH. Gets the maximum PH that the sensor could report. |
phid | An attached phidget ph sensor handle. |
max | The maximum PH. Gets the minimum PH that the sensor could report. |
phid | An attached phidget ph sensor handle. |
min | The minimum PH. Set a PH change handler. This is called when the PH changes by more then the change trigger. |
phid | An attached phidget ph sensor handle. |
fptr | Callback function pointer. |
userPtr | A pointer for use by the user - this value is passed back into the callback function. Gets the PH change trigger. |
phid | An attached phidget ph sensor handle. |
trigger | The change trigger. Sets the PH change trigger. |
phid | An attached phidget ph sensor handle. |
trigger | The change trigger. Gets the sensed potential. |
phid | An attached phidget ph sensor handle. |
potential | The potential. Gets the maximum potential that can be sensed. |
phid | An attached phidget ph sensor handle. |
max | The maximum potential. Gets the minimum potential that can be sensed. |
phid | An attached phidget ph sensor handle. |
min | The minimum potential. Sets the temperature to be used for PH calculations. |
phid | An attached phidget ph sensor handle. |
temperature | The temperature (degrees celcius). By default this is 20. |
Definition at line 79 of file cphidgetphsensor.h.
CPhidgetPHSensorInfo::int | ( | CCONV * | fptrPHChange | ) |
Definition at line 82 of file cphidgetphsensor.h.
Definition at line 84 of file cphidgetphsensor.h.
Definition at line 86 of file cphidgetphsensor.h.
Definition at line 88 of file cphidgetphsensor.h.
Definition at line 80 of file cphidgetphsensor.h.
Definition at line 87 of file cphidgetphsensor.h.
Definition at line 92 of file cphidgetphsensor.h.
Definition at line 92 of file cphidgetphsensor.h.
Definition at line 86 of file cphidgetphsensor.h.
Definition at line 93 of file cphidgetphsensor.h.
Definition at line 93 of file cphidgetphsensor.h.
Definition at line 90 of file cphidgetphsensor.h.