OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pulsensor
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
pulsensor.cxx
27
#include "
pulsensor
.h"
51
Pulsensor
*sensor = new
Pulsensor
(handler);
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
pulsensor.h
44
* @brief
Pulsensor
Pulse Sensor library
45
* @defgroup
pulsensor
libupm-
pulsensor
49
* @library
pulsensor
50
* @sensor
pulsensor
63
* @image html
pulsensor
.jpg
64
* @snippet
pulsensor
.cxx Interesting
83
* @class
Pulsensor
86
class
Pulsensor
{
90
Pulsensor
(Callback *callback)
[
all
...]
pulsensor.cxx
31
#include "
pulsensor
.h"
34
Pulsensor
::
Pulsensor
(Callback *obj_call) : pin_ctx(0)
51
Pulsensor
::
Pulsensor
(callback_handler handler) : pin_ctx(0)
69
void
Pulsensor
::start_sampler ()
74
error = pthread_create (&(sample_thread), NULL, &
Pulsensor
::do_sample, this);
80
void
Pulsensor
::stop_sampler () {
84
void *
Pulsensor
::do_sample (void *arg) {
88
Pulsensor
*pulsensor = static_cast<Pulsensor *>(arg)
local
[
all
...]
Completed in 490 milliseconds