upm  0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
Public Member Functions | Protected Attributes
Gas Class Reference

Public Member Functions

 Gas (int gasPin)
 
 ~Gas ()
 
virtual int getSampledWindow (unsigned int freqMS, unsigned int numberOfSamples, uint16_t *buffer)
 
virtual int findThreshold (thresholdContext *ctx, unsigned int threshold, uint16_t *buffer, unsigned int len)
 
virtual int getSampledData (thresholdContext *ctx)
 
virtual int getSample ()
 
virtual void printGraph (thresholdContext *ctx, uint8_t resolution)
 

Protected Attributes

mraa_aio_context m_gasCtx
 

Constructor & Destructor Documentation

Gas ( int  gasPin)

Instantiates a Gas object

Parameters
gasPinpin where gas is connected
~Gas ( )

Gas object destructor

Member Function Documentation

int getSampledWindow ( unsigned int  freqMS,
unsigned int  numberOfSamples,
uint16_t *  buffer 
)
virtual

Get samples from gas sensor according to provided window and number of samples

Parameters
freqMStime between each sample (in milliseconds)
numberOfSamplesnumber of sample to sample for this window
bufferbuffer with sampled data
int findThreshold ( thresholdContext ctx,
unsigned int  threshold,
uint16_t *  buffer,
unsigned int  len 
)
virtual

Given sampled buffer this method will return TRUE/FALSE if threshold was reached

Parameters
ctxthreshold context
thresholdsample threshold
bufferbuffer with samples
lenbuffer length
int getSampledData ( thresholdContext ctx)
virtual

Return average data for the sampled window

Parameters
ctxthreshold context
int getSample ( )
virtual

Return one sample from the sensor

Parameters
ctxthreshold context

Here is the caller graph for this function:

void printGraph ( thresholdContext ctx,
uint8_t  resolution 
)
virtual

Print running average of threshold context

Parameters
ctxthreshold context
Inheritance diagram for Gas:
Inheritance graph
[legend]

The documentation for this class was generated from the following files: